mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-5: Generalize and clean the guacGroupList directive such that arbitrary GroupListItem types can be supported.
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
context="groupListContext"
|
||||
show-root-group="true"
|
||||
connection-groups="rootGroups"
|
||||
connection-group-template="'app/manage/templates/locationChooserConnectionGroup.html'"/>
|
||||
templates="{
|
||||
'connection-group' : 'app/manage/templates/locationChooserConnectionGroup.html'
|
||||
}"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@@ -78,9 +78,11 @@
|
||||
<guac-group-list
|
||||
context="groupListContext"
|
||||
connection-groups="filteredRootGroups"
|
||||
connection-template="'app/manage/templates/connectionPermission.html'"
|
||||
sharing-profile-template="'app/manage/templates/sharingProfilePermission.html'"
|
||||
connection-group-template="'app/manage/templates/connectionGroupPermission.html'"
|
||||
templates="{
|
||||
'connection' : 'app/manage/templates/connectionPermission.html',
|
||||
'sharing-profile' : 'app/manage/templates/sharingProfilePermission.html',
|
||||
'connection-group' : 'app/manage/templates/connectionGroupPermission.html'
|
||||
}"
|
||||
page-size="20"/>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user