Fix query editor for work with templated variables.

This commit is contained in:
Alexander Zobnin
2015-05-30 20:54:03 +03:00
parent 81f10ea6a9
commit 46c9fa90be
3 changed files with 41 additions and 74 deletions

View File

@@ -59,7 +59,7 @@
ng-change="selectHostGroup()"
ng-model="target.hostGroup"
bs-tooltip="target.hostGroup.name.length > 25 ? target.hostGroup.name : ''"
ng-options="hostgroup.name for hostgroup in metric.hostGroupList" >
ng-options="hostgroup.name for hostgroup in metric.groupList" >
<option value="">All</option>
</select>
<a bs-tooltip="target.errors.metric"