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=cca057ba1dee6f4dc729252df9e15501856c4ecb;hpb=79bd2632d62f2f600d663815fcc00a01ca981aa1;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 cca057ba1..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,48 +1,169 @@ -
-
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.email }} - {{ user.videoQuotaUsed }} / {{ user.videoQuota }} - {{ user.roleLabel }} - {{ user.createdAt }} + - + + + + +
+ +
+ {{ user.account.displayName }} + {{ user.username }} +
+
+
+ + + + + {{ user.email }} + + + + + + ? {{ user.email }} + + + + ✓ {{ user.email }} + + + + + +
+
+
+ {{ user.videoQuotaUsed }} + {{ user.videoQuota }} +
+ + + +
+
+
+ {{ user.videoQuotaUsedDaily }} + {{ user.videoQuotaDaily }} +
+ + + + {{ user.roleLabel }} + {{ user.roleLabel }} + + + + {{ user.pluginAuth }} + + + {{ user.createdAt | date: 'short' }} + + {{ user.lastLoginDate | date: 'short' }}
@@ -56,3 +177,4 @@
+