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

@@ -21,6 +21,6 @@
THE SOFTWARE.
-->
<input type="checkbox" ng-model="connectionPermissions[item.identifier]" ng-change="markConnectionPermissionModified(item.identifier)"/>
<input type="checkbox" ng-checked="context.canReadConnectionGroup(item.identifier)"/>
<span class="name">{{item.name}}</span>
</div>