From a7e8f54b0837298a668d297cb0a1ea574df3d104 Mon Sep 17 00:00:00 2001 From: mkz212 <82271669+mkz212@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:41:45 +0100 Subject: [PATCH] Minor corrections in the menu (#1631) - Adding Logs to the menu. - Change the name from Settings to Config Ui Settings - Small change of order. --- .../app/shared/layout/layout.component.html | 39 ++++++++++--------- 1 file changed, 21 insertions(+), 18 deletions(-) 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 @@