Skip to content
Snippets Groups Projects
Commit d922185b authored by Chris Hines's avatar Chris Hines
Browse files

make some service public

parent 296d3fff
No related branches found
No related tags found
1 merge request!3Master
Pipeline #6879 passed
...@@ -43,8 +43,8 @@ export class LauncherComponent implements OnInit { ...@@ -43,8 +43,8 @@ export class LauncherComponent implements OnInit {
private launchwindowWatcher: any; private launchwindowWatcher: any;
constructor( public dialog: MatDialog, constructor( public dialog: MatDialog,
private tesService: TesService, public tesService: TesService,
private authService: AuthorisationService, public authService: AuthorisationService,
public computeSitesService: ComputesitesService, public computeSitesService: ComputesitesService,
) { ) {
this.authService.sshAuthzServers.subscribe(o => {this.sshauthzservers = o}); this.authService.sshAuthzServers.subscribe(o => {this.sshauthzservers = o});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment