Merge pull request #1057 from kaos/master

panelmeta: fix metrics tab title.
pull/1065/head
Torkel Ödegaard 11 years ago
commit b1efbeb220
  1. 2
      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()');

Loading…
Cancel
Save