Problems: fix acknowledged filter

This commit is contained in:
Alexander Zobnin
2020-05-22 11:29:50 +03:00
parent d886afb3b9
commit c91d5b1d99
3 changed files with 10 additions and 2 deletions

View File

@@ -309,7 +309,7 @@
<label class="gf-form-label width-9">Acknowledged</label>
<div class="gf-form-select-wrapper width-12">
<select class="gf-form-input"
ng-change="ctrl.onTargetBlur()"
ng-change="ctrl.onQueryOptionChange()"
ng-model="ctrl.target.options.acknowledged"
ng-options="a.value as a.text for a in ctrl.ackFilters">
</select>