aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-10-31 16:37:37 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-10-31 16:37:37 +0100
commit7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9 (patch)
tree80c7ff1d004e58915270f621f7293bdeb193abd0 /client/src/app/+admin/users/user-edit
parent53abc4c272be9ecc951274458d054dbaf86e594d (diff)
downloadPeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.tar.gz
PeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.tar.zst
PeerTube-7a8032bb6d1d2fdfce9b23af13c3ed1cdfac91e9.zip
Upgrade client dep
Diffstat (limited to 'client/src/app/+admin/users/user-edit')
-rw-r--r--client/src/app/+admin/users/user-edit/user-edit.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/users/user-edit/user-edit.ts b/client/src/app/+admin/users/user-edit/user-edit.ts
index 51d90da39..2b47c685c 100644
--- a/client/src/app/+admin/users/user-edit/user-edit.ts
+++ b/client/src/app/+admin/users/user-edit/user-edit.ts
@@ -5,7 +5,7 @@ import { USER_ROLE_LABELS, VideoResolution } from '../../../../../../shared'
5export abstract class UserEdit extends FormReactive { 5export abstract class UserEdit extends FormReactive {
6 videoQuotaOptions = [ 6 videoQuotaOptions = [
7 { value: -1, label: 'Unlimited' }, 7 { value: -1, label: 'Unlimited' },
8 { value: 0, label: '0'}, 8 { value: 0, label: '0' },
9 { value: 100 * 1024 * 1024, label: '100MB' }, 9 { value: 100 * 1024 * 1024, label: '100MB' },
10 { value: 500 * 1024 * 1024, label: '500MB' }, 10 { value: 500 * 1024 * 1024, label: '500MB' },
11 { value: 1024 * 1024 * 1024, label: '1GB' }, 11 { value: 1024 * 1024 * 1024, label: '1GB' },