]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add tooltip to plugin auth
authorChocobozzz <me@florianbigard.com>
Thu, 25 May 2023 11:43:15 +0000 (13:43 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 25 May 2023 11:43:15 +0000 (13:43 +0200)
In case the cell is truncated

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

index 8c90f5a450fa0506870c9d74b108f6b6aef307cf..30859a3ad167f3d1a8f4b1bec42dde1f91177d12 100644 (file)
       </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>