mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 23:08:14 +00:00
Resolve the top-right menu url issue
This commit is contained in:
@ -38,7 +38,10 @@
|
||||
<mat-icon>collections</mat-icon>
|
||||
<span>Image manager</span>
|
||||
</button>
|
||||
<button mat-menu-item routerLink="/settings">
|
||||
<button mat-menu-item
|
||||
[disabled]="!controllerId"
|
||||
[routerLink]="['controller', controllerId, 'settings']"
|
||||
>
|
||||
<mat-icon>settings</mat-icon>
|
||||
<span>Settings</span>
|
||||
</button>
|
||||
@ -48,7 +51,10 @@
|
||||
<mat-icon>groups</mat-icon>
|
||||
<span>Management</span>
|
||||
</button>
|
||||
<button mat-menu-item routerLink="/help">
|
||||
<button mat-menu-item
|
||||
[disabled]="!controllerId"
|
||||
[routerLink]="['controller', controllerId, 'help']"
|
||||
>
|
||||
<mat-icon>help</mat-icon>
|
||||
<span>Help</span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user