Commit d5898687 by Francisco Guimarães

Replacing variable interpolation in "All value" value

parent bcd876f8
......@@ -209,7 +209,7 @@ export class TemplateSrv {
value = this.getAllValue(variable);
// skip formatting of custom all values
if (variable.allValue) {
return value;
return this.replace(value);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment