Commit f2a6657b by Andreas Stenius

panelmeta: fix metrics tab title.

parent 4eb49749
......@@ -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