Merge branch 'issue-352_application_selection' of https://github.com/Tony-Mc/grafana-zabbix into Tony-Mc-issue-352_application_selection

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

View File

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