mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-04 05:32:40 +00:00
Rename dashboard API command
This commit is contained in:
parent
c407ce1e96
commit
00efe0002c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user