mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to forbid user to upload video
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user