فهرست منبع

panelmeta: fix metrics tab title.

Andreas Stenius 11 سال پیش
والد
کامیت
f2a6657b72
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/app/components/panelmeta.js

+ 1 - 1
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()');