diff options
author | Axel Viala <axel.viala@darnuria.eu> | 2019-07-23 01:55:13 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-25 11:00:09 +0200 |
commit | 4511437e19d2ce521e28f8417512d47773207da4 (patch) | |
tree | 8eb0da015bba72b52963e4694b30469b584bbc99 /client/src/app/+admin | |
parent | bfa1a32b34e14975e8f9ad43b5c9799fe5ced38a (diff) | |
download | PeerTube-4511437e19d2ce521e28f8417512d47773207da4.tar.gz PeerTube-4511437e19d2ce521e28f8417512d47773207da4.tar.zst PeerTube-4511437e19d2ce521e28f8417512d47773207da4.zip |
Add sortable for videoQuotaUsed in user-list component.
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/users/user-list/user-list.component.html | 2 |
1 files changed, 1 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 69a4616a3..822bb53da 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 | |||
@@ -39,7 +39,7 @@ | |||
39 | <th style="width: 40px"></th> | 39 | <th style="width: 40px"></th> |
40 | <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> |
41 | <th i18n>Email</th> | 41 | <th i18n>Email</th> |
42 | <th i18n>Video quota</th> | 42 | <th i18n pSortableColumn="videoQuotaUsed">Video quota <p-sortIcon field="videoQuotaUsed"></p-sortIcon></th> |
43 | <th i18n>Role</th> | 43 | <th i18n>Role</th> |
44 | <th i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th> | 44 | <th i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th> |
45 | <th style="width: 50px;"></th> | 45 | <th style="width: 50px;"></th> |