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.

(cherry picked from commit 731deb9628)
This commit is contained in:
Marcus Andersson
2020-05-26 10:05:56 +02:00
committed by Hugo Häggmark
parent 1ee5fc893c
commit 9e4d9bed2a
2 changed files with 3 additions and 3 deletions
@@ -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"