mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:12:55 +00:00 
			
		
		
		
	Make webservice optional
This commit is contained in:
		@@ -9,7 +9,7 @@ export class DashboardConfigService extends ConfigServiceBase {
 | 
			
		||||
 | 
			
		||||
  layout = new BehaviorSubject<string>('terminal-ide-web');
 | 
			
		||||
  hideMessages = new BehaviorSubject<boolean>(false);
 | 
			
		||||
  iframeUrl = new BehaviorSubject<string>('/webservice');
 | 
			
		||||
  iframeUrl = new BehaviorSubject<string>('');
 | 
			
		||||
  showUrlBar = new BehaviorSubject<boolean>(false);
 | 
			
		||||
  terminalMenuItem = new BehaviorSubject<string>('terminal');
 | 
			
		||||
  reloadIframeOnDeploy = new BehaviorSubject<boolean>(false);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user