Add sortable for videoQuotaUsed in user-list component.

This commit is contained in:
Axel Viala 2019-07-23 01:55:13 +02:00 committed by Chocobozzz
parent bfa1a32b34
commit 4511437e19

View File

@ -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>