Commit d6e844c6 by Torkel Ödegaard

Fixes for opentsdb, (broken during 1.8 development)

parent 71a30727
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</li> </li>
</ul> </ul>
<ul class="grafana-target-segment-list"> <ul class="grafana-segment-list">
<li> <li>
<a class="grafana-target-segment" <a class="grafana-target-segment"
ng-click="target.hide = !target.hide; get_data();" ng-click="target.hide = !target.hide; get_data();"
......
...@@ -19,7 +19,7 @@ function (angular, _, kbn) { ...@@ -19,7 +19,7 @@ function (angular, _, kbn) {
} }
// Called once per panel (graph) // Called once per panel (graph)
OpenTSDBDatasource.prototype.query = function(filterSrv, options) { OpenTSDBDatasource.prototype.query = function(options) {
var start = convertToTSDBTime(options.range.from); var start = convertToTSDBTime(options.range.from);
var end = convertToTSDBTime(options.range.to); var end = convertToTSDBTime(options.range.to);
var queries = _.compact(_.map(options.targets, convertTargetToQuery)); var queries = _.compact(_.map(options.targets, convertTargetToQuery));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment