feat(timepicker): more work on getting new time formats to work in all data sources

This commit is contained in:
Torkel Ödegaard
2015-09-17 12:40:04 +02:00
parent 1a9c52e17f
commit a30f73fe36
16 changed files with 110 additions and 145 deletions

View File

@@ -129,7 +129,7 @@ function (angular, $, _, kbn, moment, TimeSeries, PanelMeta) {
$scope.refreshData = function(datasource) {
panelHelper.updateTimeRange($scope);
$scope.annotationsPromise = annotationsSrv.getAnnotations($scope.rangeUnparsed, $scope.dashboard);
$scope.annotationsPromise = annotationsSrv.getAnnotations($scope.rangeRaw, $scope.dashboard);
return panelHelper.issueMetricQuery($scope, datasource)
.then($scope.dataHandler, function(err) {