mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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.
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
<!-- Form action buttons -->
|
||||
<div class="action-buttons">
|
||||
|
||||
<a class="import-connections button"
|
||||
ng-show="canAdminister()"
|
||||
href="#/import/{{dataSource | escape}}/connection/">{{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}}</a>
|
||||
|
||||
<a class="add-connection button"
|
||||
ng-show="canCreateConnections()"
|
||||
href="#/manage/{{dataSource | escape}}/connections/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION' | translate}}</a>
|
||||
@@ -21,6 +17,10 @@
|
||||
ng-show="canCreateConnectionGroups()"
|
||||
href="#/manage/{{dataSource | escape}}/connectionGroups/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION_GROUP' | translate}}</a>
|
||||
|
||||
<a class="import-connections button"
|
||||
ng-show="canAdminister()"
|
||||
href="#/import/{{dataSource | escape}}/connection/">{{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}}</a>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Connection filter -->
|
||||
|
Reference in New Issue
Block a user