aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-25 13:43:15 +0200
committerChocobozzz <me@florianbigard.com>2023-05-25 13:43:15 +0200
commit38358661e03d141c7129c28f3cc7ddfd6e06e7e8 (patch)
tree1a2d84500af719a2c4836dc4ae291bcff4ae7d6f /client
parenta41b944398af03ad7594380ad1cb7a978f6417cb (diff)
downloadPeerTube-38358661e03d141c7129c28f3cc7ddfd6e06e7e8.tar.gz
PeerTube-38358661e03d141c7129c28f3cc7ddfd6e06e7e8.tar.zst
PeerTube-38358661e03d141c7129c28f3cc7ddfd6e06e7e8.zip
Add tooltip to plugin auth
In case the cell is truncated
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>