X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fusers%2Fuser-list%2Fuser-list.component.html;h=249883efcbffbdfc8727e402f7a3dfaab9420e32;hb=be27ef3b4682c5639039474c39ee0d234d16f482;hp=a92fe95ef71a481e8f446a1624b721b03f750e37;hpb=141b177db088891e84040f68aa95008fb52f1d44;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 a92fe95ef..249883efc 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 @@ -2,7 +2,7 @@
Users list
- + Create user @@ -10,13 +10,36 @@ + +
+
+ + +
+ +
+ +
+
+
+ + + + Username Email - Video quota + Video quota Role Created @@ -25,22 +48,43 @@ - + + + + + + - {{ user.username }} - (banned) + + {{ user.username }} + (banned) + - {{ user.email }} - {{ user.videoQuota }} + + {{ user.email }} + + + + ? {{ user.email }} + + + + ✓ {{ user.email }} + + + + + {{ user.videoQuotaUsed }} / {{ user.videoQuota }} {{ user.roleLabel }} - {{ user.createdAt }} + {{ user.createdAt }} - + + @@ -55,4 +99,4 @@
- \ No newline at end of file +