mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-926: Merge reorder "Import" button to end to avoid fighting muscle memory.
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