Commit b1efbeb2 by Torkel Ödegaard

Merge pull request #1057 from kaos/master

panelmeta: fix metrics tab title.
parents 4eb49749 f2a6657b
......@@ -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()');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment