fix: InfluxDB Query Editor and selecting template variable in where clause caused issue, fixes #10402, fixes #10663

This commit is contained in:
Torkel Ödegaard
2018-01-29 17:04:11 +01:00
parent 479658489a
commit b1cf4cf01c
2 changed files with 2 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ export class InfluxQueryCtrl extends QueryCtrl {
for (let variable of this.templateSrv.variables) {
segments.unshift(
this.uiSegmentSrv.newSegment({
type: 'template',
type: 'value',
value: '/^$' + variable.name + '$/',
expandable: true,
})