X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fusers%2Fuser-list%2Fuser-list.component.html;h=e114f3425e800f724205cf38a5c245756d84984b;hb=4024c44f9027a32809931de0692d40d001df721c;hp=8c03a924b28ea3959892465607d6b2e28e2fc7c6;hpb=5abb9fbbd12e7097e348d6a38622d364b1fa47ed;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 8c03a924b..e114f3425 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,72 +1,125 @@ -
-
Users list
- - - - Create user - -
-
-
+ -
- +
+
+
+
+ +
+ +
+ + Banned users +
+
+ + + Clear filters +
+
- + - Username - Email - Video quota - Role - 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 }}
- - - + + + - + - - - {{ user.username }} - (banned) + + + + + + + +
+ +
+ {{ user.account.displayName }} + {{ user.username }} +
+
- {{ user.email }} + + + {{ user.email }} + + @@ -79,13 +132,38 @@
- {{ user.videoQuotaUsed }} / {{ user.videoQuota }} - {{ user.roleLabel }} - {{ user.createdAt }} - - - + +
+
+
+ {{ user.videoQuotaUsed }} + {{ user.videoQuota }} +
+ + + +
+
+
+ {{ user.videoQuotaUsedDaily }} + {{ user.videoQuotaDaily }} +
+ + + {{ user.roleLabel }} + {{ user.roleLabel }} + + + + {{ user.pluginAuth }} + + + {{ user.createdAt | date: 'short' }} + + {{ user.lastLoginDate | date: 'short' }}