mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +00:00
Rename dashboard API command
This commit is contained in:
parent
c407ce1e96
commit
00efe0002c
@ -25,10 +25,10 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
@ViewChild('webiframe') webiframe: ElementRef;
|
@ViewChild('webiframe') webiframe: ElementRef;
|
||||||
selectedTerminalMenuItem = config.dashboard.terminalOrConsole;
|
selectedTerminalMenuItem = config.dashboard.terminalOrConsole;
|
||||||
|
|
||||||
command_handlers = {'layout': this.layoutHandler.bind(this),
|
command_handlers = {'layout': this.layoutHandler.bind(this),
|
||||||
'hide_messages': this.hideMessagesHandler.bind(this),
|
'hide_messages': this.hideMessagesHandler.bind(this),
|
||||||
'terminal_menu': this.terminalMenuSelectHandler.bind(this),
|
'terminal_menu_item': this.terminalMenuSelectHandler.bind(this),
|
||||||
'reload_frontend': this.reloadFrontendHandlder.bind(this)};
|
'reload_frontend': this.reloadFrontendHandlder.bind(this)};
|
||||||
|
|
||||||
constructor(private deploymentNotificationService: DeploymentNotificationService,
|
constructor(private deploymentNotificationService: DeploymentNotificationService,
|
||||||
private webSocketService: WebSocketService,
|
private webSocketService: WebSocketService,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user