mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewPanelEditor: fix wrong path to time regions template causing panel editor to bug (#23946)
This commit is contained in:
parent
9f04f8001f
commit
be712157e3
@ -166,7 +166,7 @@ class GraphCtrl extends MetricsPanelCtrl {
|
||||
this.addEditorTab('Axes', axesEditorComponent);
|
||||
this.addEditorTab('Legend', 'public/app/plugins/panel/graph/tab_legend.html');
|
||||
this.addEditorTab('Thresholds', 'public/app/plugins/panel/graph/tab_thresholds.html');
|
||||
this.addEditorTab('Time regions', 'public/app/plugins/panel/graph/time_regions.html');
|
||||
this.addEditorTab('Time regions', 'public/app/plugins/panel/graph/tab_time_regions.html');
|
||||
this.addEditorTab('Data links', 'public/app/plugins/panel/graph/tab_drilldown_links.html');
|
||||
this.subTabIndex = 0;
|
||||
this.hiddenSeriesTainted = false;
|
||||
|
Loading…
Reference in New Issue
Block a user