From 8f69e874c488ea581fc2d697495ae1ca51275861 Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Thu, 7 Nov 2024 16:47:00 +0100 Subject: [PATCH] chore(gui): group logout/restart/shutdown buttons together in Actions menu (#9801) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, the "Restart" and "Shutdown" buttons are displayed in the middle of the Actions menu. On the other hand, the "Log Out" button is displayed at the very bottom. However, in other cases, e.g. the menus in operating systems like Windows or macOS, these kind of buttons are usually grouped together. Therefore, move the "Restart" and "Shutdown" buttons down, so that they are listed together with the "Log Out" button. Also, change the order, so that it goes from the least impactful ("Log Out") to the most impactful ("Shutdown"). Signed-off-by: Tomasz Wilczyński ### Screenshots #### Before ![image](https://github.com/user-attachments/assets/a51438ef-bb6f-4535-a972-8c1bc1dffa02) #### After ![image](https://github.com/user-attachments/assets/535762d6-6f26-44ab-a402-db87bdcbfb36) Signed-off-by: Tomasz Wilczyński --- gui/default/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gui/default/index.html b/gui/default/index.html index a9a591bb2..2140ef1dc 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -118,10 +118,6 @@
  •  Settings
  •  Show ID
  • - -
  •  Shutdown
  • -
  •  Restart
  • -
  •  Advanced
  •  Logs
  • @@ -129,8 +125,10 @@
  •  Support Bundle
  • - +
  •  Log Out
  • +
  •  Restart
  • +
  •  Shutdown