GUACAMOLE-926: Merge reorder "Import" button to end to avoid fighting muscle memory.

This commit is contained in:
Virtually Nick
2024-08-27 15:29:26 -04:00
committed by GitHub

View File

@@ -9,10 +9,6 @@
<!-- Form action buttons --> <!-- Form action buttons -->
<div class="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" <a class="add-connection button"
ng-show="canCreateConnections()" ng-show="canCreateConnections()"
href="#/manage/{{dataSource | escape}}/connections/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION' | translate}}</a> href="#/manage/{{dataSource | escape}}/connections/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION' | translate}}</a>
@@ -21,6 +17,10 @@
ng-show="canCreateConnectionGroups()" ng-show="canCreateConnectionGroups()"
href="#/manage/{{dataSource | escape}}/connectionGroups/">{{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION_GROUP' | translate}}</a> 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> </div>
<!-- Connection filter --> <!-- Connection filter -->