Explorar el Código

Merge pull request #1057 from kaos/master

panelmeta: fix metrics tab title.
Torkel Ödegaard hace 11 años
padre
commit
b1efbeb220
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()');