From 6998facd638c2c64cbfc8de74b78cadf80b36fb7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 7 Nov 2019 23:11:13 +0100 Subject: [PATCH] Rough draft: merge Upgrades + Services + Tools into a 'System' section ? --- src/locales/en.json | 1 + src/views/home.ms | 10 +--------- src/views/tools/tools_list.ms | 8 ++++++++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 3be53381..fe711449 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -315,6 +315,7 @@ "tools_shutdown_done": "Shutting down...", "tools_shuttingdown": "Your server is powering off. As long as your server is off, you won't be able to use the web administration.", "tools_shutdown_reboot": "Shutdown/Reboot", + "upgrades": "Upgrades", "udp": "UDP", "unauthorized": "Unauthorized", "unignore": "Unignore", diff --git a/src/views/home.ms b/src/views/home.ms index 526237c2..f93f44a2 100644 --- a/src/views/home.ms +++ b/src/views/home.ms @@ -11,17 +11,9 @@

{{t 'applications'}}

- - -

{{t 'system_update'}}

-
- - -

{{t 'services'}}

-
-

{{t 'tools'}}

+

{{t 'system'}}

diff --git a/src/views/tools/tools_list.ms b/src/views/tools/tools_list.ms index 17943de7..8fb6cdd3 100644 --- a/src/views/tools/tools_list.ms +++ b/src/views/tools/tools_list.ms @@ -6,6 +6,10 @@
+ + +

{{t 'upgrades'}}

+

{{t 'logs'}}

@@ -14,6 +18,10 @@

{{t 'migrations'}}

+ + +

{{t 'services'}}

+

{{t 'tools_shutdown_reboot'}}