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=36193d119c162b2847629f0c2a0477f642bc5d24;hpb=b99290b1d5d736083513fb8f66e91f61bfe07e0b;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 36193d119..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,28 +1,163 @@ -

Users list

+ + +
+
+ + - - + + + Create user + + + +
+ +
+ + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - + - -
IDUsernameCreated DateRemove + + +
+ + + +
+
{{ 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.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' }}
{{ user.id }}{{ user.username }}{{ user.createdAt | date: 'medium' }} - + +
+ Ban reason: + {{ user.blockedReason }}
+ + - - - Add user - +