Add sortable for videoQuotaUsed in user-list component.
authorAxel Viala <axel.viala@darnuria.eu>
Mon, 22 Jul 2019 23:55:13 +0000 (01:55 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 25 Jul 2019 09:00:09 +0000 (11:00 +0200)
client/src/app/+admin/users/user-list/user-list.component.html

index 69a4616a3a6e6c44ec8830a8c045d7e6a8dfc343..822bb53da624e3091ea2fb61a150df84f8741a03 100644 (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>