diff --git a/ui/src/app/shared/layout/layout.component.html b/ui/src/app/shared/layout/layout.component.html index 6f1cbe807..25a619938 100644 --- a/ui/src/app/shared/layout/layout.component.html +++ b/ui/src/app/shared/layout/layout.component.html @@ -62,6 +62,26 @@ *ngIf="$settings.env.enableTerminalAccess && $auth.user.admin" routerLink="/platform-tools/terminal"> {{ 'menu.linux.label_terminal' | translate }} + + {{ 'menu.linux.label_logs' | translate }} + + + + Homebridge {{ 'menu.docker.label_settings' | translate }} + + + UI {{ 'menu.label_ui_settings' | translate }} + + + {{ 'backup.title_backup_restore' | translate }} + + + {{'menu.tooltip_user_accounts' | translate}} + + {{ 'menu.docker.label_startup_script' | translate }} @@ -78,23 +98,6 @@ *ngIf="$settings.env.canShutdownRestartHost && $auth.user.admin" (click)="shutdownServer()"> {{ 'menu.linux.label_shutdown_server' | translate }} - - - Homebridge {{ 'menu.docker.label_settings' | translate }} - - - {{ 'backup.title_backup_restore' | translate }} - - - - {{ 'menu.label_ui_settings' | translate }} - - - {{'menu.tooltip_user_accounts' | translate}} - {{ 'menu.tooltip_logout' | translate }} @@ -111,4 +114,4 @@
- \ No newline at end of file +