Revert "Display group ids"

This reverts commit d80ce25363061f95cb14e223efd4ab9828739eea.

Didn't mean to commit this
This commit is contained in:
girish@cloudron.io
2016-02-25 18:11:25 -08:00
parent 187d4f9ca2
commit 1fdfd3681c

View File

@@ -246,8 +246,8 @@
{{ user.username }}
<span class="text-muted">{{ user.email }}</span>
</td>
<td class="text-right" style="vertical-align: bottom">
<span ng-repeat="groupId in user.groupIds.splice(user.groupIds.indexOf('admin'), 1)" class="label label-default">{{ groupId }}</span>
<td class="text-center hand" ng-click="showUserEdit(user)">
{{ user.groupIds.length - (user.groupIds.indexOf('admin') !== -1 ? 1 : 0) }}
</td>
<td class="text-right" style="vertical-align: bottom">
<button ng-show="!isMe(user)" class="btn btn-xs btn-default" ng-click="sendInvite(user)" title="Send Invite"><i class="fa fa-paper-plane-o"></i></button>