From f2a6657b72222c59b9d9adf03be028cf14cb1507 Mon Sep 17 00:00:00 2001 From: Andreas Stenius Date: Thu, 13 Nov 2014 14:29:42 +0100 Subject: [PATCH] panelmeta: fix metrics tab title. --- src/app/components/panelmeta.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/panelmeta.js b/src/app/components/panelmeta.js index 1039641f742..4fd97e9d02d 100644 --- a/src/app/components/panelmeta.js +++ b/src/app/components/panelmeta.js @@ -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()');