mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(templating): prometheus now works with new template variable formating/escaping, #2918
This commit is contained in:
@@ -50,7 +50,7 @@ function (angular, _) {
|
||||
}
|
||||
|
||||
var escapedValues = _.map(value, regexEscape);
|
||||
return '(' + escapedValues.join('|') + ')';
|
||||
return escapedValues.join('|');
|
||||
}
|
||||
case "lucene": {
|
||||
if (typeof value === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user