From 754b6f5f41bdc40aaaeefdb3c351666c305abe20 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Tue, 26 Oct 2021 16:42:10 +0200 Subject: Made the video channels limit (per user) server-wide configurable (#4491) * Made the video channels limit (per user) server-wide configurable Implements https://github.com/Chocobozzz/PeerTube/issues/3092 Also added a "quota bar" in the account's settings page * Fixed lint errors * Another pass at fixing lint errors * Applied code suggestions * Removed 'video channels quota' --- .../edit-basic-configuration.component.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html') diff --git a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html index 537e06d4d..318c8e2c2 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html @@ -272,6 +272,28 @@ +
+
+
VIDEO CHANNELS
+
+ +
+
+ + +
+ + {form.value['videoChannels']['maxPerUser'], plural, =1 {channel} other {channels}} +
+ +
{{ formErrors.videoChannels.maxPerUser }}
+
+
+
+
SEARCH
-- cgit v1.2.3