triggers panel: fix icon for OK events

This commit is contained in:
Alexander Zobnin
2018-03-23 15:44:32 +03:00
parent 88a44f84ab
commit e09bbe125b
5 changed files with 22 additions and 7 deletions

View File

@@ -163,7 +163,7 @@
<label class="gf-form-label width-3">{{ trigger.priority }}</label>
<label class="gf-form-label triggers-severity-config"
ng-style="{color: trigger.color}">
<i class="icon-gf" ng-class="ctrl.getAlertIconClass(trigger)"></i>
<i class="icon-gf" ng-class="ctrl.getAlertIconClassBySeverity(trigger)"></i>
</label>
<input type="text"
class="gf-form-input width-12"