|
|
@@ -135,9 +135,9 @@ class GraphCtrl extends MetricsPanelCtrl {
|
|
|
}
|
|
|
|
|
|
onInitEditMode() {
|
|
|
- this.addEditorTab('Axes', axesEditorComponent, 2);
|
|
|
- this.addEditorTab('Legend', 'public/app/plugins/panel/graph/tab_legend.html', 3);
|
|
|
- this.addEditorTab('Display', 'public/app/plugins/panel/graph/tab_display.html', 4);
|
|
|
+ this.addEditorTab('Display options', 'public/app/plugins/panel/graph/tab_display.html');
|
|
|
+ this.addEditorTab('Axes', axesEditorComponent);
|
|
|
+ this.addEditorTab('Legend', 'public/app/plugins/panel/graph/tab_legend.html');
|
|
|
|
|
|
// if (config.alertingEnabled) {
|
|
|
// this.addEditorTab('Alert', alertTab, 5);
|