Remove usage of tokenScopes and caps

This commit is contained in:
Girish Ramakrishnan
2018-08-03 10:09:04 -07:00
parent 7969dff043
commit cf5cf9e42f
17 changed files with 34 additions and 60 deletions

View File

@@ -309,7 +309,7 @@
<tbody>
<tr ng-repeat="user in users">
<td>
<i class="fa fa-briefcase arrow" ng-show="user.caps.users || user.caps.apps" uib-tooltip="This user can manage apps, groups and other users"></i>
<i class="fa fa-briefcase arrow" ng-show="user.admin" uib-tooltip="This user can manage apps, groups and other users"></i>
</td>
<td class="hand elide-table-cell" ng-click="useredit.show(user)" ng-show="user.username">
{{ user.displayName }} &nbsp; <span class="text-muted">{{ user.username }}</span>