From 767bb14a381f6c7b5bf27c0f17d6c86a0f42a21f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 6 Jul 2020 11:03:05 +0200 Subject: Fix external user edition --- .../users/user-edit/user-edit.component.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'client/src/app/+admin') diff --git a/client/src/app/+admin/users/user-edit/user-edit.component.html b/client/src/app/+admin/users/user-edit/user-edit.component.html index 417bbf618..297e6104c 100644 --- a/client/src/app/+admin/users/user-edit/user-edit.component.html +++ b/client/src/app/+admin/users/user-edit/user-edit.component.html @@ -89,19 +89,19 @@ {{ formErrors.username }} - +
{{ formErrors.email }}
- +
@@ -119,7 +119,7 @@ {{ formErrors.password }}
- +
@@ -129,12 +129,12 @@
- +
{{ formErrors.role }}
- +
@@ -144,13 +144,13 @@
- +
Transcoding is enabled. The video quota only takes into account original video size.
At most, this user could upload ~ {{ computeQuotaWithTranscoding() | bytes: 0 }}.
- +
@@ -161,14 +161,14 @@
- +
- + @@ -180,7 +180,7 @@ -
+
-- cgit v1.2.3