Browse Source
Add tooltip to plugin auth
In case the cell is truncated
develop
Chocobozzz
4 days ago
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with
1 additions and
1 deletions
-
client/src/app/+admin/overview/users/user-list/user-list.component.html
|
|
@@ -135,7 +135,7 @@ |
|
|
|
</td> |
|
|
|
|
|
|
|
<td *ngIf="isSelected('pluginAuth')"> |
|
|
|
<ng-container *ngIf="user.pluginAuth">{{ user.pluginAuth }}</ng-container> |
|
|
|
<span *ngIf="user.pluginAuth" [ngbTooltip]="user.pluginAuth">{{ user.pluginAuth }}</span> |
|
|
|
</td> |
|
|
|
|
|
|
|
<td *ngIf="isSelected('createdAt')" [title]="user.createdAt">{{ user.createdAt | date: 'short' }}</td> |
|
|
|