mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
panelmeta: fix metrics tab title.
This commit is contained in:
parent
4eb4974909
commit
f2a6657b72
@ -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()');
|
||||
|
Loading…
Reference in New Issue
Block a user