mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
InfluxDB: Enable interpolation within ad-hoc filter values for InfluxDB data source (#18077)
This commit is contained in:
parent
1b5bc450a2
commit
acc678c309
@ -269,7 +269,7 @@ export default class InfluxQueryModel {
|
||||
|
||||
renderAdhocFilters(filters: any[]) {
|
||||
const conditions = _.map(filters, (tag, index) => {
|
||||
return this.renderTagCondition(tag, index, false);
|
||||
return this.renderTagCondition(tag, index, true);
|
||||
});
|
||||
return conditions.join(' ');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user