mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(templating): moved template interpolation into query building
This commit is contained in:
@@ -28,7 +28,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
|
||||
super($scope, $injector);
|
||||
|
||||
this.target = this.target;
|
||||
this.queryModel = new InfluxQuery(this.target);
|
||||
this.queryModel = new InfluxQuery(this.target, templateSrv, this.panel.scopedVars);
|
||||
this.queryBuilder = new InfluxQueryBuilder(this.target, this.datasource.database);
|
||||
this.groupBySegment = this.uiSegmentSrv.newPlusButton();
|
||||
this.resultFormats = [
|
||||
|
||||
Reference in New Issue
Block a user