mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
escape dimension if it is variable name
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
<li class="tight-form-item" style="width: 100px">
|
||||
Dimensions
|
||||
</li>
|
||||
<li ng-repeat="(key, value) in target.dimensions track by $index" class="tight-form-item">
|
||||
<li ng-repeat="(key, value) in target.escapedDimensions track by $index" class="tight-form-item">
|
||||
{{key}} = {{value}}
|
||||
<a ng-click="removeDimension(key)">
|
||||
<i class="fa fa-remove"></i>
|
||||
|
||||
Reference in New Issue
Block a user