Merge branch 'Tony-Mc-issue-352_application_selection'

This commit is contained in:
Alexander Zobnin
2017-10-16 14:37:06 +03:00

View File

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