]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/users/user-edit/user-edit.ts
Add ability to forbid user to upload video
[github/Chocobozzz/PeerTube.git] / 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' },