Add ability to forbid user to upload video
authorChocobozzz <florian.bigard@gmail.com>
Thu, 19 Oct 2017 14:43:48 +0000 (16:43 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 19 Oct 2017 14:43:48 +0000 (16:43 +0200)
client/src/app/+admin/users/user-edit/user-edit.ts

index 61db8a90632d74d9d6a244d331b5b51f7d51805a..657c0f1c022482d83ca719da4702c7a959ddbc59 100644 (file)
@@ -3,6 +3,7 @@ import { FormReactive } from '../../../shared'
 export abstract class UserEdit extends FormReactive {
   videoQuotaOptions = [
     { value: -1, label: 'Unlimited' },
+    { value: 0, label: '0'},
     { value: 100 * 1024 * 1024, label: '100MB' },
     { value: 5 * 1024 * 1024, label: '500MB' },
     { value: 1024 * 1024 * 1024, label: '1GB' },