]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.ts
Add about page
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.ts
index 55c7bbf99ec6d790be52040e8763be77d7f7a6e7..121e60ffc1466b714351448ad90414cc80b6fa2a 100644 (file)
@@ -34,6 +34,10 @@ export class AppComponent implements OnInit {
     return this.serverService.getConfig().serverVersion
   }
 
+  get instanceName () {
+    return this.serverService.getConfig().instance.name
+  }
+
   ngOnInit () {
     this.authService.loadClientCredentials()