Browse Source

Add tooltip to plugin auth

In case the cell is truncated
develop
Chocobozzz 4 days ago
parent
commit
38358661e0
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client/src/app/+admin/overview/users/user-list/user-list.component.html

+ 1
- 1
client/src/app/+admin/overview/users/user-list/user-list.component.html View File

@@ -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>


Loading…
Cancel
Save