mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #1057 from kaos/master
panelmeta: fix metrics tab title.
This commit is contained in:
commit
b1efbeb220
@ -22,7 +22,7 @@ function () {
|
|||||||
this.addEditorTab('General', 'app/partials/panelgeneral.html');
|
this.addEditorTab('General', 'app/partials/panelgeneral.html');
|
||||||
|
|
||||||
if (options.metricsEditor) {
|
if (options.metricsEditor) {
|
||||||
this.addEditorTab('General', 'app/partials/metrics.html');
|
this.addEditorTab('Metrics', 'app/partials/metrics.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
this.addExtendedMenuItem('Panel JSON', '', 'editPanelJson()');
|
this.addExtendedMenuItem('Panel JSON', '', 'editPanelJson()');
|
||||||
|
Loading…
Reference in New Issue
Block a user