mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
14 lines
428 B
HTML
14 lines
428 B
HTML
<div class="choice">
|
|
|
|
<!-- Connection group icon -->
|
|
<div class="icon type"></div>
|
|
|
|
<!-- Permission checkbox -->
|
|
<input type="checkbox" ng-model="context.getPermissionFlags().connectionGroupPermissions.READ[item.identifier]"
|
|
ng-change="context.connectionGroupPermissionChanged(item.identifier)"/>
|
|
|
|
<!-- Connection group name -->
|
|
<span class="name">{{item.name}}</span>
|
|
|
|
</div>
|