Query editor: show tags filter only for problems query

This commit is contained in:
Alexander Zobnin
2020-05-18 14:28:45 +03:00
parent 04de23eeea
commit 6e2f28670e

View File

@@ -154,7 +154,7 @@
empty-to-null> empty-to-null>
</div> </div>
<div class="gf-form max-width-20"> <div class="gf-form max-width-20" ng-show="ctrl.target.queryType == editorMode.PROBLEMS">
<label class="gf-form-label query-keyword width-7">Tags</label> <label class="gf-form-label query-keyword width-7">Tags</label>
<input type="text" class="gf-form-input width-14" <input type="text" class="gf-form-input width-14"
ng-model="ctrl.target.tags.filter" ng-model="ctrl.target.tags.filter"