diff options
-rw-r--r-- | client/src/app/+admin/users/user-list/user-list.component.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+admin/users/user-list/user-list.component.html b/client/src/app/+admin/users/user-list/user-list.component.html index ae8921802..afa9ccfe4 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.html +++ b/client/src/app/+admin/users/user-list/user-list.component.html | |||
@@ -33,9 +33,10 @@ | |||
33 | 33 | ||
34 | <ng-template pTemplate="header"> | 34 | <ng-template pTemplate="header"> |
35 | <tr> | 35 | <tr> |
36 | <th style="width: 40px"></th> | ||
37 | <th style="width: 40px"> | 36 | <th style="width: 40px"> |
37 | <p-tableHeaderCheckbox></p-tableHeaderCheckbox> | ||
38 | </th> | 38 | </th> |
39 | <th style="width: 40px"></th> | ||
39 | <th i18n pSortableColumn="username">Username <p-sortIcon field="username"></p-sortIcon></th> | 40 | <th i18n pSortableColumn="username">Username <p-sortIcon field="username"></p-sortIcon></th> |
40 | <th i18n>Email</th> | 41 | <th i18n>Email</th> |
41 | <th i18n>Video quota</th> | 42 | <th i18n>Video quota</th> |