diff --git a/zabbix/partials/query.editor.html b/zabbix/partials/query.editor.html
index a480c0a..ba6b5fb 100644
--- a/zabbix/partials/query.editor.html
+++ b/zabbix/partials/query.editor.html
@@ -106,8 +106,8 @@
class="tight-form-input input-medium"
ng-change="selectItem()"
ng-model="target.item"
- bs-tooltip="target.expandedName.length > 30 ? target.expandedName : ''"
- ng-options="item.expandedName for item in metric.itemList" >
+ bs-tooltip="target.name.length > 30 ? target.name : ''"
+ ng-options="item.name for item in metric.itemList" >