X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fusers%2Fuser-list%2Fuser-list.component.html;h=5b4f35c772e33d62bb62b918906fbe92e20debef;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;hp=afa9ccfe4319f7c922fd80eaf6484fb6730221e9;hpb=2cae5f13076a31aa95774679aed1f13c3bd5f8ce;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 afa9ccfe4..5b4f35c77 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,76 +1,152 @@ -
-
Users list
- - - - Create user - -
-
-
+ -
- +
+
+
- + - 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' }}
@@ -84,4 +160,4 @@ - +