Fixed panel refreshing.

This commit is contained in:
Alexander Zobnin
2016-03-30 20:03:30 +03:00
parent 94e493a3bf
commit 8e44587594

View File

@@ -82,6 +82,11 @@ class TriggerPanelCtrl extends MetricsPanelCtrl {
this.icon = "fa fa-lightbulb-o";
this.addEditorTab('Options', triggerPanelEditor, 2);
this.editModeInitiated = true;
this.events.emit('init-edit-mode', null);
}
onMetricsPanelRefresh() {
this.refreshData();
}
refreshData() {