Fixed panel refreshing.
This commit is contained in:
@@ -82,6 +82,11 @@ class TriggerPanelCtrl extends MetricsPanelCtrl {
|
|||||||
this.icon = "fa fa-lightbulb-o";
|
this.icon = "fa fa-lightbulb-o";
|
||||||
this.addEditorTab('Options', triggerPanelEditor, 2);
|
this.addEditorTab('Options', triggerPanelEditor, 2);
|
||||||
this.editModeInitiated = true;
|
this.editModeInitiated = true;
|
||||||
|
this.events.emit('init-edit-mode', null);
|
||||||
|
}
|
||||||
|
|
||||||
|
onMetricsPanelRefresh() {
|
||||||
|
this.refreshData();
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshData() {
|
refreshData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user