GUAC-932: Display current connection/group permissions in user edit interface.

This commit is contained in:
Michael Jumper
2014-12-22 22:37:44 -08:00
parent b8e335e3c7
commit d4153470e7
4 changed files with 53 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
</div>
<!-- Checkbox -->
<input type="checkbox" ng-model="connectionPermissions[item.identifier]" ng-change="markConnectionPermissionModified(item.identifier)"/>
<input type="checkbox" ng-checked="context.canReadConnection(item.identifier)"/>
<!-- Connection name -->
<span class="name">{{item.name}}</span>