Skip to content
Snippets Groups Projects

Resolve "Update landing page layout to comply with new vNOC approach"

Files
10
@@ -67,5 +67,9 @@ export class AppConfigService {
public getTestInstanceModalKey(): string {
return 'test_instance_modal';
}
}
public getLandingProfile(): string {
return this.config.landing || ''
}
}
Loading