Show displayName in user listing

This commit is contained in:
Girish Ramakrishnan
2018-07-24 15:20:25 -07:00
parent cd893edfcf
commit 46473c3756

View File

@@ -331,7 +331,7 @@
<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>
</td>
<td class="hand elide-table-cell" ng-click="useredit.show(user)" ng-show="user.username">
{{ user.username }} &nbsp; <span class="text-muted">{{ user.email }}</span>
{{ user.displayName }} &nbsp; <span class="text-muted">{{ user.username }}</span>
</td>
<td class="hand elide-table-cell" ng-click="useredit.show(user)" ng-hide="user.username">
<span class="text-muted" uib-tooltip="User is not activated yet">{{ user.fallbackEmail }}</span>