mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Use HTML config when possible
This commit is contained in:
parent
8e08d415f9
commit
2989628b79
47 changed files with 265 additions and 351 deletions
|
@ -40,7 +40,6 @@ export class InstanceFeaturesTableComponent implements OnInit {
|
|||
}
|
||||
|
||||
ngOnInit () {
|
||||
this.serverConfig = this.serverService.getTmpConfig()
|
||||
this.serverService.getConfig()
|
||||
.subscribe(config => {
|
||||
this.serverConfig = config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue