mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
add daily quota to the features table information
This commit is contained in:
parent
20d2119904
commit
61318dd63f
3 changed files with 6 additions and 3 deletions
|
@ -21,6 +21,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
|
|||
return this.serverService.getConfig().user.videoQuota
|
||||
}
|
||||
|
||||
get dailyUserVideoQuota () {
|
||||
return this.serverService.getConfig().user.videoQuotaDaily
|
||||
}
|
||||
|
||||
ngOnInit () {
|
||||
this.serverService.configLoaded
|
||||
.subscribe(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue