Преглед на файлове

fix(graph): removed experimental mockup code that was accidently merged master

Torkel Ödegaard преди 10 години
родител
ревизия
0339a5ad01
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      public/app/panels/graph/module.js

+ 0 - 1
public/app/panels/graph/module.js

@@ -33,7 +33,6 @@ function (angular, _, moment, kbn, TimeSeries, PanelMeta) {
     $scope.panelMeta.addEditorTab('Axes & Grid', 'app/panels/graph/axisEditor.html');
     $scope.panelMeta.addEditorTab('Axes & Grid', 'app/panels/graph/axisEditor.html');
     $scope.panelMeta.addEditorTab('Display Styles', 'app/panels/graph/styleEditor.html');
     $scope.panelMeta.addEditorTab('Display Styles', 'app/panels/graph/styleEditor.html');
     $scope.panelMeta.addEditorTab('Time range', 'app/features/panel/partials/panelTime.html');
     $scope.panelMeta.addEditorTab('Time range', 'app/features/panel/partials/panelTime.html');
-    $scope.panelMeta.addEditorTab('Alerting', 'app/panels/graph/alerting.html');
 
 
     $scope.panelMeta.addExtendedMenuItem('Export CSV', '', 'exportCsv()');
     $scope.panelMeta.addExtendedMenuItem('Export CSV', '', 'exportCsv()');
     $scope.panelMeta.addExtendedMenuItem('Toggle legend', '', 'toggleLegend()');
     $scope.panelMeta.addExtendedMenuItem('Toggle legend', '', 'toggleLegend()');