diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-08 16:15:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-08 16:15:10 +0200 |
commit | 2cae5f13076a31aa95774679aed1f13c3bd5f8ce (patch) | |
tree | 38fed90ac39e94e32e77dea4a6d402ba8b563334 | |
parent | 24b9417cec5cc785a57b2fe169a1ae88b88801a4 (diff) | |
download | PeerTube-2cae5f13076a31aa95774679aed1f13c3bd5f8ce.tar.gz PeerTube-2cae5f13076a31aa95774679aed1f13c3bd5f8ce.tar.zst PeerTube-2cae5f13076a31aa95774679aed1f13c3bd5f8ce.zip |
Add checkbox to check every rows
-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> |