From bee0abffff73804d816b90c7fd599e0a51c09d61 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 28 Aug 2018 02:01:35 -0500 Subject: Implement daily upload limit (#956) * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo --- .../edit-custom-config/edit-custom-config.component.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html') diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index 49b89cef4..ca7890d84 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html @@ -142,6 +142,20 @@ {{ formErrors.userVideoQuota }} + +
+ +
+ +
+
+ {{ formErrors.userVideoQuotaDaily }} +
+
-- cgit v1.2.3