From 8ecc64b30ea0dea457647662ba58dd6ac64b20c8 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 27 Aug 2024 11:58:29 -0700 Subject: [PATCH] GUACAMOLE-926: Reorder "Import" button to end to avoid fighting muscle memory. Users that are used to the established Guacamole UI will be used to clicking the leftmost button when attempting to create a new connection, but the leftmost button has changed from "New Connection" to "Import". This change restores that original button order, with "New Connection" being on the far left. --- .../src/app/settings/templates/settingsConnections.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guacamole/src/main/frontend/src/app/settings/templates/settingsConnections.html b/guacamole/src/main/frontend/src/app/settings/templates/settingsConnections.html index e90d30cad..20f0f8268 100644 --- a/guacamole/src/main/frontend/src/app/settings/templates/settingsConnections.html +++ b/guacamole/src/main/frontend/src/app/settings/templates/settingsConnections.html @@ -9,10 +9,6 @@
- {{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}} - {{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION' | translate}} @@ -21,6 +17,10 @@ ng-show="canCreateConnectionGroups()" href="#/manage/{{dataSource | escape}}/connectionGroups/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION_GROUP' | translate}} + {{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}} +