From 0339a5ad01e459915e63646f94b8fe2938c8c5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 9 Dec 2015 13:36:15 +0100 Subject: [PATCH] fix(graph): removed experimental mockup code that was accidently merged master --- public/app/panels/graph/module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/panels/graph/module.js b/public/app/panels/graph/module.js index ec84a15fd1d..ff9633d0576 100644 --- a/public/app/panels/graph/module.js +++ b/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('Display Styles', 'app/panels/graph/styleEditor.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('Toggle legend', '', 'toggleLegend()');