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=fbdcd4ec9f549b730f8311512bcc0c0b7bc2db0a;hp=9580a3c8a1ea4bb3862963aa6ba78f74428757a6;hpb=8491293b02ed2ec53eb0fa128161ea0b08d3def9;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 9580a3c8a..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 @@ -8,12 +8,17 @@ >
-
+
@@ -30,41 +35,60 @@
Clear filters
- - - Create user -
- + - 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 }}
- - - + + + @@ -73,27 +97,29 @@ - + + + + + +
- Avatar -
- - - {{ user.account.displayName }} - + +
+ {{ user.account.displayName }} {{ user.username }}
- {{ user.email }} + + + {{ user.email }} + + @@ -106,22 +132,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' }}