mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-5: Correct and simply guacGroupList styling/structure.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
<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>
|
||||
|
@@ -1,11 +1,9 @@
|
||||
<div class="choice">
|
||||
|
||||
<!-- Connection icon -->
|
||||
<div class="protocol">
|
||||
<div class="icon type" ng-class="item.protocol"></div>
|
||||
</div>
|
||||
<div class="icon type" ng-class="item.protocol"></div>
|
||||
|
||||
<!-- Checkbox -->
|
||||
<!-- Permission checkbox -->
|
||||
<input type="checkbox" ng-model="context.getPermissionFlags().connectionPermissions.READ[item.identifier]"
|
||||
ng-change="context.connectionPermissionChanged(item.identifier)"/>
|
||||
|
||||
|
Reference in New Issue
Block a user