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:
parent
ee83ad12ca
commit
dbdf2d51c6
6 changed files with 26 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue