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=d9612cf9c724bc383fe5754e2ba89169f1ee5a05;hpb=8bb71f2e332726c207318e44b95e784f9740dc40;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 d9612cf9c..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,15 +1,6 @@ -
-
Users list
- - - - Create user - -
-
-
+ -
- - - Clear filters +
+
+
+
+ +
+ +
+ + Banned users +
+
+ + + 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 +97,29 @@ - + + + + + +
- Avatar -
- {{ user.account.displayName }} + +
+ {{ user.account.displayName }} {{ user.username }}
- (banned)
- {{ user.email }} + + + {{ user.email }} + + @@ -96,19 +132,38 @@ - {{ user.videoQuotaUsed }} / {{ user.videoQuota }} - {{ user.roleLabel }} + +
+
+
+ {{ user.videoQuotaUsed }} + {{ user.videoQuota }} +
+ - - {{ user.pluginAuth }} + +
+
+
+ {{ user.videoQuotaUsedDaily }} + {{ user.videoQuotaDaily }} +
- {{ user.createdAt }} + + {{ user.roleLabel }} + {{ user.roleLabel }} + - - - + + {{ user.pluginAuth }} + + {{ user.createdAt | date: 'short' }} + + {{ user.lastLoginDate | date: 'short' }}