mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-19 07:18:14 +00:00
Update default-layout.component.html
Added the user management link in the navigation menu
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user