Request extended output for applications from service

This commit is contained in:
Tony
2017-09-15 20:08:37 +03:00
parent 2bf984c16b
commit 264658f0e8

View File

@@ -139,7 +139,7 @@ function ZabbixAPIServiceFactory(alertSrv, zabbixAPICoreService) {
getApps(hostids) {
var params = {
output: ['applicationid', 'name'],
output: 'extend',
hostids: hostids
};