mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch '1.7.x'
This commit is contained in:
commit
a242c40b23
@ -1,4 +1,4 @@
|
|||||||
# 1.7.0 (unreleased)
|
# 1.7.0 (2014-08-11)
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
- [Issue #652](https://github.com/grafana/grafana/issues/652). Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset)
|
- [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' },
|
inspect: { type: 'influxdb' },
|
||||||
};
|
};
|
||||||
|
|
||||||
return $http(options).then(function (data) {
|
return $http(options).success(function (data) {
|
||||||
deferred.resolve(data);
|
deferred.resolve(data);
|
||||||
});
|
});
|
||||||
}, 10);
|
}, 10);
|
||||||
|
Loading…
Reference in New Issue
Block a user