Browse Source

panelmeta: fix metrics tab title.

Andreas Stenius 11 năm trước cách đây
mục cha
commit
f2a6657b72
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()');