瀏覽代碼

fixed issue with influxdb datasource introduced in recent filterSrv refactoring

Torkel Ödegaard 11 年之前
父節點
當前提交
53846a15de
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/app/services/influxdb/influxdbDatasource.js

+ 1 - 2
src/app/services/influxdb/influxdbDatasource.js

@@ -23,8 +23,7 @@ function (angular, _, kbn) {
       };
       };
     }
     }
 
 
-    InfluxDatasource.prototype.query = function(options) {
-
+    InfluxDatasource.prototype.query = function(filterSrv, options) {
       var promises = _.map(options.targets, function(target) {
       var promises = _.map(options.targets, function(target) {
         var query;
         var query;