X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fusers%2Fuser-list%2Fuser-list.component.html;h=5b4f35c772e33d62bb62b918906fbe92e20debef;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;hp=768a3034d7979b1b93f8d69c788e2ad70d7b2eb7;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;p=github%2FChocobozzz%2FPeerTube.git 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 768a3034d..5b4f35c77 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 @@ -1,62 +1,77 @@ -
-
Users list
- - - - Create user - -
-
-
+ -
- - - Clear filters +
+
+
- + - Username - Email - Video quota - Role - Auth plugin - Created - + +
+ + + +
+ + {{ getColumn('username').label }} + {{ getColumn('email').label }} + {{ getColumn('quota').label }} + {{ getColumn('quotaDaily').label }} + {{ getColumn('role').label }} + {{ getColumn('pluginAuth').label }} + {{ getColumn('createdAt').label }} + {{ getColumn('lastLoginDate').label }}
- - - + + + @@ -65,25 +80,29 @@ - - + + + + + + +
- Avatar -
- {{ user.account.displayName }} + +
+ {{ user.account.displayName }} {{ user.username }}
- (banned)
- {{ user.email }} + + + {{ user.email }} + + @@ -96,19 +115,38 @@ - {{ user.videoQuotaUsed }} / {{ user.videoQuota }} - {{ user.roleLabel }} + +
+
+
+ {{ user.videoQuotaUsed }} + {{ user.videoQuota }} +
+ - - {{ user.pluginAuth }} + +
+
+
+ {{ user.videoQuotaUsedDaily }} + {{ user.videoQuotaDaily }} +
- {{ user.createdAt | date: 'short' }} + + {{ user.roleLabel }} + {{ user.roleLabel }} + - - - + + {{ user.pluginAuth }} + + {{ user.createdAt | date: 'short' }} + + {{ user.lastLoginDate | date: 'short' }}