diff options
Diffstat (limited to 'client/src/app/+admin/overview')
-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"> |