mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 09:55:12 +00:00
Rename dashboard API command
This commit is contained in:
@ -27,7 +27,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
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,
|
||||||
|
Reference in New Issue
Block a user