triggers: suggest proxies in editor

This commit is contained in:
Alexander Zobnin
2018-11-07 22:38:12 +03:00
parent 89a4364212
commit 815f6cc801
2 changed files with 9 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
<label class="gf-form-label query-keyword width-7">Proxy</label>
<input type="text"
ng-model="ctrl.panel.targets[ds].proxy.filter"
bs-typeahead="editor.getHostNames[ds]"
bs-typeahead="editor.getProxyNames[ds]"
ng-blur="editor.parseTarget()"
data-min-length=0
data-items=100