mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Move user registration info in features table
This commit is contained in:
parent
9b39106d57
commit
c0e04e4641
4 changed files with 13 additions and 38 deletions
|
@ -37,6 +37,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
|
|||
const config = this.serverService.getConfig()
|
||||
|
||||
this.features = [
|
||||
{
|
||||
label: this.i18n('User registration allowed'),
|
||||
value: config.signup.allowed
|
||||
},
|
||||
{
|
||||
label: this.i18n('Transcode your videos in multiple resolutions'),
|
||||
value: config.transcoding.enabledResolutions.length !== 0
|
||||
|
@ -50,7 +54,6 @@ export class InstanceFeaturesTableComponent implements OnInit {
|
|||
value: config.import.videos.torrent.enabled
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
private getApproximateTime (seconds: number) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue