Update default-layout.component.html

Added the user management link in the navigation menu
This commit is contained in:
BenoitVuagnat 2021-05-28 04:33:32 +02:00
parent 6b2760c06a
commit b91a113cf5

View File

@ -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>