Commit 731deb96 by Marcus Andersson Committed by GitHub

Fix: adding missing icons in the elastic query editor and the single stat editor. (#24914)

* fixed issue that the icon was missing in es group by.

* fixed missing icon in the single stat value mappings.
parent 4f6fb2d4
......@@ -214,10 +214,10 @@
</div>
<div class="gf-form">
<label class="gf-form-label" ng-if="$first">
<a class="pointer" ng-click="addFiltersQuery()"><icon class="'plus'"></icon></a>
<a class="pointer" ng-click="addFiltersQuery()"><icon name="'plus'"></icon></a>
</label>
<label class="gf-form-label" ng-if="!$first">
<a class="pointer" ng-click="removeFiltersQuery(filter)"><icon class="'minus'"></icon></a>
<a class="pointer" ng-click="removeFiltersQuery(filter)"><icon name="'minus'"></icon></a>
</label>
</div>
</div>
......
......@@ -20,7 +20,7 @@
<div class="gf-form-group">
<div class="gf-form" ng-repeat="map in ctrl.panel.valueMaps">
<span class="gf-form-label">
<icon class="'times'" ng-click="ctrl.removeValueMap(map)"></icon>
<icon name="'times'" ng-click="ctrl.removeValueMap(map)"></icon>
</span>
<input
type="text"
......
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