aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-features-table.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/instance/instance-features-table.component.ts')
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/instance/instance-features-table.component.ts b/client/src/app/shared/instance/instance-features-table.component.ts
index 1aad5aa81..da8da0702 100644
--- a/client/src/app/shared/instance/instance-features-table.component.ts
+++ b/client/src/app/shared/instance/instance-features-table.component.ts
@@ -21,6 +21,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
21 return this.serverService.getConfig().user.videoQuota 21 return this.serverService.getConfig().user.videoQuota
22 } 22 }
23 23
24 get dailyUserVideoQuota () {
25 return this.serverService.getConfig().user.videoQuotaDaily
26 }
27
24 ngOnInit () { 28 ngOnInit () {
25 this.serverService.configLoaded 29 this.serverService.configLoaded
26 .subscribe(() => { 30 .subscribe(() => {