Ensure admin tooltip is fully visible
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
</tr>
|
||||
<tr ng-repeat="user in users" ng-class="{'text-muted': !user.active}">
|
||||
<td>
|
||||
<i class="fa fa-briefcase arrow" ng-show="user.active && user.admin" uib-tooltip="This user can manage apps, groups and other users"></i>
|
||||
<i class="fa fa-briefcase arrow" ng-show="user.active && user.admin" uib-tooltip="This user can manage apps, groups and other users" tooltip-class="long nowrap"></i>
|
||||
<i class="fa fa-ban" ng-show="!user.active" uib-tooltip="User is inactive"></i>
|
||||
</td>
|
||||
<td class="hand elide-table-cell" ng-click="useredit.show(user)" ng-show="user.username">
|
||||
|
||||
Reference in New Issue
Block a user