mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Remove FSM trigger
This commit is contained in:
parent
d7853d7154
commit
614019fbff
@ -48,7 +48,6 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
this.initCommandHandling();
|
this.initCommandHandling();
|
||||||
this.initDeploymentNotifications();
|
this.initDeploymentNotifications();
|
||||||
this.sendReadyIfNeeded();
|
this.sendReadyIfNeeded();
|
||||||
this.triggerFirstFSMStepIfNeeded();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
initCommandHandling() {
|
initCommandHandling() {
|
||||||
@ -71,17 +70,6 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
triggerFirstFSMStepIfNeeded() {
|
|
||||||
if (config.dashboard.triggerFirstFSMStep) {
|
|
||||||
setTimeout(() => {
|
|
||||||
this.webSocketService.sendJSON({
|
|
||||||
'key': 'fsm.step',
|
|
||||||
'trigger': config.dashboard.triggerFirstFSMStep
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
sendReadyIfNeeded() {
|
sendReadyIfNeeded() {
|
||||||
if (config.dashboard.sendReadyAfterPageReload) {
|
if (config.dashboard.sendReadyAfterPageReload) {
|
||||||
setTimeout(() => this.webSocketService.sendJSON({'key': 'frontend.ready'}));
|
setTimeout(() => this.webSocketService.sendJSON({'key': 'frontend.ready'}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user