mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-01 11:36:23 +00:00
Add barebones console option
This commit is contained in:
@ -20,6 +20,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
||||
hide_messages: boolean = config.dashboard.hide_messages;
|
||||
iframeUrl: string = config.dashboard.iframeUrl;
|
||||
@ViewChild('webiframe') webiframe: ElementRef;
|
||||
terminalOrConsole = config.dashboard.terminalOrConsole;
|
||||
|
||||
command_handlers = {'layout': this.layoutHandler.bind(this),
|
||||
'reload_frontend': this.reloadFrontendHandlder.bind(this)};
|
||||
|
||||
|
Reference in New Issue
Block a user