소스 검색

Merge pull request #1057 from kaos/master

panelmeta: fix metrics tab title.
Torkel Ödegaard 11 년 전
부모
커밋
b1efbeb220
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()');