Merge branch '1.7.x'
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
# 1.7.0 (unreleased)
|
||||
# 1.7.0 (2014-08-11)
|
||||
|
||||
**Fixes**
|
||||
- [Issue #652](https://github.com/grafana/grafana/issues/652). Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset)
|
||||
|
||||
@@ -228,7 +228,7 @@ function (angular, _, kbn, InfluxSeries) {
|
||||
inspect: { type: 'influxdb' },
|
||||
};
|
||||
|
||||
return $http(options).then(function (data) {
|
||||
return $http(options).success(function (data) {
|
||||
deferred.resolve(data);
|
||||
});
|
||||
}, 10);
|
||||
|
||||
Reference in New Issue
Block a user