File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
guacamole/src/main/frontend/src/app/settings/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
<!-- Form action buttons -->
10
10
< div class ="action-buttons ">
11
11
12
- < a class ="import-connections button "
13
- ng-show ="canAdminister() "
14
- href ="#/import/{{dataSource | escape}}/connection/ "> {{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}}</ a >
15
-
16
12
< a class ="add-connection button "
17
13
ng-show ="canCreateConnections() "
18
14
href ="#/manage/{{dataSource | escape}}/connections/ "> {{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION' | translate}}</ a >
21
17
ng-show ="canCreateConnectionGroups() "
22
18
href ="#/manage/{{dataSource | escape}}/connectionGroups/ "> {{'SETTINGS_CONNECTIONS.ACTION_NEW_CONNECTION_GROUP' | translate}}</ a >
23
19
20
+ < a class ="import-connections button "
21
+ ng-show ="canAdminister() "
22
+ href ="#/import/{{dataSource | escape}}/connection/ "> {{'SETTINGS_CONNECTIONS.ACTION_IMPORT' | translate}}</ a >
23
+
24
24
</ div >
25
25
26
26
<!-- Connection filter -->
You can’t perform that action at this time.
0 commit comments