Problems: fix trigger name filter
This commit is contained in:
@@ -152,7 +152,7 @@
|
|||||||
<div class="gf-form max-width-20" ng-show="ctrl.target.queryType == editorMode.PROBLEMS">
|
<div class="gf-form max-width-20" ng-show="ctrl.target.queryType == editorMode.PROBLEMS">
|
||||||
<label class="gf-form-label query-keyword width-7">Problem</label>
|
<label class="gf-form-label query-keyword width-7">Problem</label>
|
||||||
<input type="text"
|
<input type="text"
|
||||||
ng-model="ctrl.trigger.filter"
|
ng-model="ctrl.target.trigger.filter"
|
||||||
ng-blur="ctrl.onTargetBlur()"
|
ng-blur="ctrl.onTargetBlur()"
|
||||||
placeholder="Problem name"
|
placeholder="Problem name"
|
||||||
class="gf-form-input"
|
class="gf-form-input"
|
||||||
|
|||||||
Reference in New Issue
Block a user