mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUACAMOLE-5: Implement management interface for sharing profile permissions.
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
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'"
|
||||
page-size="20"/>
|
||||
</div>
|
||||
|
@@ -0,0 +1,13 @@
|
||||
<div class="choice">
|
||||
|
||||
<!-- Sharing profile icon -->
|
||||
<div class="icon type"></div>
|
||||
|
||||
<!-- Permission checkbox -->
|
||||
<input type="checkbox" ng-model="context.getPermissionFlags().sharingProfilePermissions.READ[item.identifier]"
|
||||
ng-change="context.sharingProfilePermissionChanged(item.identifier)"/>
|
||||
|
||||
<!-- Sharing profile name -->
|
||||
<span class="name">{{item.name}}</span>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user