diff options
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index ba52c2102..584640290 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -29,6 +29,10 @@ export class AppComponent implements OnInit { | |||
29 | private serverService: ServerService | 29 | private serverService: ServerService |
30 | ) {} | 30 | ) {} |
31 | 31 | ||
32 | get serverVersion () { | ||
33 | return this.serverService.getConfig().serverVersion | ||
34 | } | ||
35 | |||
32 | ngOnInit () { | 36 | ngOnInit () { |
33 | this.authService.loadClientCredentials() | 37 | this.authService.loadClientCredentials() |
34 | 38 | ||