diff --git a/zabbix/partials/query.editor.html b/zabbix/partials/query.editor.html
index f1985fd..57709fb 100644
--- a/zabbix/partials/query.editor.html
+++ b/zabbix/partials/query.editor.html
@@ -59,7 +59,7 @@
ng-change="selectHostGroup()"
ng-model="target.group"
bs-tooltip="target.group.name.length > 25 ? target.group.name : ''"
- ng-options="group.visible_name ? group.visible_name : group.name for group in metric.groupList" >
+ ng-options="group.visible_name ? group.visible_name : group.name for group in metric.groupList track by group.name" >
+ ng-options="host.visible_name ? host.visible_name : host.name for host in metric.hostList track by host.name" >
+ ng-options="app.visible_name ? app.visible_name : app.name for app in metric.applicationList track by app.name" >
+ ng-options="item.name for item in metric.itemList track by item.name" >