mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-03 17:23:00 +00:00
Update default-layout.component.html
Added the user management link in the navigation menu
This commit is contained in:
parent
6b2760c06a
commit
b91a113cf5
@ -23,6 +23,10 @@
|
||||
<mat-icon>settings</mat-icon>
|
||||
<span>Settings</span>
|
||||
</button>
|
||||
<button mat-menu-item routerLink="/user_management">
|
||||
<mat-icon>groups</mat-icon>
|
||||
<span>User management</span>
|
||||
</button>
|
||||
<button mat-menu-item routerLink="/installed-software" [disabled]="!isInstalledSoftwareAvailable">
|
||||
<mat-icon>cloud_download</mat-icon>
|
||||
<span>Installed software</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user