From 6f00e70ecc3a707954e8888810bca34d114758bc Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Sat, 8 Aug 2020 02:16:14 +0200 Subject: Some UI changes: - add double click to select location and continue - add a preselected location (first one in the list without a password) - add logo above the location selection - remove redundant text at the bottom - the logo is now customizable via the guacamole.properties file (property name: slx-logo-url) --- src/main/resources/templates/groupField.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources/templates/groupField.html') diff --git a/src/main/resources/templates/groupField.html b/src/main/resources/templates/groupField.html index 168d13b..8c3ce4f 100644 --- a/src/main/resources/templates/groupField.html +++ b/src/main/resources/templates/groupField.html @@ -1,7 +1,8 @@
{{ 'GROUP_SELECTION.RESOLUTION_INFO' | translate }}
+ ng-click="selectGroup($event, group.id)" ng-dblclick="submitGroup($event, group.id)" + ng-class="{ 'selected-group': data.id === group.id }"> -- cgit v1.2.3-55-g7522
{{ group.name }}