1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Add peertube version in features table

This commit is contained in:
Chocobozzz 2019-12-13 10:19:41 +01:00
parent ee83ad12ca
commit dbdf2d51c6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 26 additions and 11 deletions

View file

@ -53,6 +53,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
return this.i18n('~ {{minutes}} {minutes, plural, =1 {minute} other {minutes}}', { minutes })
}
getServerVersionAndCommit () {
return this.serverService.getServerVersionAndCommit()
}
private buildQuotaHelpIndication () {
if (this.initialUserVideoQuota === -1) return