Show web items in query editor.

This commit is contained in:
Alexander Zobnin
2016-04-06 20:13:24 +03:00
parent ff80967ffd
commit bd25815ba9

View File

@@ -155,6 +155,7 @@ function ZabbixAPIService($q, alertSrv, zabbixAPICoreService) {
'state' 'state'
], ],
sortfield: 'name', sortfield: 'name',
webitems: true
}; };
if (hostids) { if (hostids) {
params.hostids = hostids; params.hostids = hostids;