1
0
Fork 0

Add tooltip to plugin auth

In case the cell is truncated
This commit is contained in:
Chocobozzz 2023-05-25 13:43:15 +02:00
parent a41b944398
commit 38358661e0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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>