diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-25 13:43:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-25 13:43:15 +0200 |
commit | 38358661e03d141c7129c28f3cc7ddfd6e06e7e8 (patch) | |
tree | 1a2d84500af719a2c4836dc4ae291bcff4ae7d6f | |
parent | a41b944398af03ad7594380ad1cb7a978f6417cb (diff) | |
download | PeerTube-38358661e03d141c7129c28f3cc7ddfd6e06e7e8.tar.gz PeerTube-38358661e03d141c7129c28f3cc7ddfd6e06e7e8.tar.zst PeerTube-38358661e03d141c7129c28f3cc7ddfd6e06e7e8.zip |
Add tooltip to plugin auth
In case the cell is truncated
-rw-r--r-- | client/src/app/+admin/overview/users/user-list/user-list.component.html | 2 |
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> |