mirror of https://github.com/Chocobozzz/PeerTube
Add sortable for videoQuotaUsed in user-list component.
parent
bfa1a32b34
commit
4511437e19
|
@ -39,7 +39,7 @@
|
|||
<th style="width: 40px"></th>
|
||||
<th i18n pSortableColumn="username">Username <p-sortIcon field="username"></p-sortIcon></th>
|
||||
<th i18n>Email</th>
|
||||
<th i18n>Video quota</th>
|
||||
<th i18n pSortableColumn="videoQuotaUsed">Video quota <p-sortIcon field="videoQuotaUsed"></p-sortIcon></th>
|
||||
<th i18n>Role</th>
|
||||
<th i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
|
||||
<th style="width: 50px;"></th>
|
||||
|
|
Loading…
Reference in New Issue