panelmeta: fix metrics tab title.
This commit is contained in:
@@ -22,7 +22,7 @@ function () {
|
||||
this.addEditorTab('General', 'app/partials/panelgeneral.html');
|
||||
|
||||
if (options.metricsEditor) {
|
||||
this.addEditorTab('General', 'app/partials/metrics.html');
|
||||
this.addEditorTab('Metrics', 'app/partials/metrics.html');
|
||||
}
|
||||
|
||||
this.addExtendedMenuItem('Panel JSON', '', 'editPanelJson()');
|
||||
|
||||
Reference in New Issue
Block a user