Skip to content

Commit 53afb13

Browse files
authored
GUACAMOLE-926: Merge reorder "Import" button to end to avoid fighting muscle memory.
2 parents c243af2 + 8ecc64b commit 53afb13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guacamole/src/main/frontend/src/app/settings/templates/settingsConnections.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<!-- Form action buttons -->
1010
<div class="action-buttons">
1111

12-
<a class="import-connections button"
13-
ng-show="canAdminister()"
14-
href="#/import/{{dataSource | escape}}/connection/">{{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}}</a>
15-
1612
<a class="add-connection button"
1713
ng-show="canCreateConnections()"
1814
href="#/manage/{{dataSource | escape}}/connections/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION' | translate}}</a>
@@ -21,6 +17,10 @@
2117
ng-show="canCreateConnectionGroups()"
2218
href="#/manage/{{dataSource | escape}}/connectionGroups/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION_GROUP' | translate}}</a>
2319

20+
<a class="import-connections button"
21+
ng-show="canAdminister()"
22+
href="#/import/{{dataSource | escape}}/connection/">{{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}}</a>
23+
2424
</div>
2525

2626
<!-- Connection filter -->

0 commit comments

Comments
 (0)