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=556ab3c5db3a8bd9521d55e1a77392e0ba403237;hpb=fc2ec87a8c4dcfbb91a1a62cf4c07a2a8e6a50fe;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 556ab3c5d..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,71 +1,126 @@ -
-
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 }} + + + ? {{ user.email }} @@ -76,13 +131,39 @@
- {{ 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' }}