aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+admin/overview/users/user-list/user-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/overview/users/user-list/user-list.component.html b/client/src/app/+admin/overview/users/user-list/user-list.component.html
index 8c90f5a45..30859a3ad 100644
--- a/client/src/app/+admin/overview/users/user-list/user-list.component.html
+++ b/client/src/app/+admin/overview/users/user-list/user-list.component.html
@@ -135,7 +135,7 @@
135 </td> 135 </td>
136 136
137 <td *ngIf="isSelected('pluginAuth')"> 137 <td *ngIf="isSelected('pluginAuth')">
138 <ng-container *ngIf="user.pluginAuth">{{ user.pluginAuth }}</ng-container> 138 <span *ngIf="user.pluginAuth" [ngbTooltip]="user.pluginAuth">{{ user.pluginAuth }}</span>
139 </td> 139 </td>
140 140
141 <td *ngIf="isSelected('createdAt')" [title]="user.createdAt">{{ user.createdAt | date: 'short' }}</td> 141 <td *ngIf="isSelected('createdAt')" [title]="user.createdAt">{{ user.createdAt | date: 'short' }}</td>