diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-27 11:54:48 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-10-29 11:48:21 +0200 |
commit | e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127 (patch) | |
tree | d9c05d444d8b4443be26ba11a6304f985a28e836 /client/src/app/+admin/overview/users | |
parent | 33f6dce136ca6e969fe374efa099bee3f2a3599d (diff) | |
download | PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.tar.gz PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.tar.zst PeerTube-e4611b54910d8e7f2b4f8a97ee2d9cc8e1054127.zip |
Always use my-table-expander-icon
Diffstat (limited to 'client/src/app/+admin/overview/users')
-rw-r--r-- | client/src/app/+admin/overview/users/user-list/user-list.component.html | 6 |
1 files changed, 2 insertions, 4 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 a96dbd7f8..adf15181a 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 | |||
@@ -79,10 +79,8 @@ | |||
79 | <p-tableCheckbox [value]="user" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox> | 79 | <p-tableCheckbox [value]="user" ariaLabel="Select this row" i18n-ariaLabel></p-tableCheckbox> |
80 | </td> | 80 | </td> |
81 | 81 | ||
82 | <td class="expand-cell" [ngClass]="{ 'empty-cell': !user.blockedReason }"> | 82 | <td class="expand-cell" [ngClass]="{ 'empty-cell': !user.blockedReason }" [pRowToggler]="user"> |
83 | <span *ngIf="user.blockedReason" class="expander" [pRowToggler]="user"> | 83 | <my-table-expander-icon *ngIf="user.blockedReason" [expanded]="expanded"></my-table-expander-icon> |
84 | <i [ngClass]="expanded ? 'glyphicon glyphicon-menu-down' : 'glyphicon glyphicon-menu-right'"></i> | ||
85 | </span> | ||
86 | </td> | 84 | </td> |
87 | 85 | ||
88 | <td class="action-cell"> | 86 | <td class="action-cell"> |