mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
fix(graph): removed experimental mockup code that was accidently merged master
This commit is contained in:
parent
bffb217d37
commit
0339a5ad01
@ -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()');
|
||||
|
Loading…
Reference in New Issue
Block a user