build dist

This commit is contained in:
Alexander Zobnin
2017-10-16 14:39:00 +03:00
parent 626df87d6f
commit 44f729e60b
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ System.register(['angular', 'lodash', './utils', './zabbixAPICore.service'], fun
key: 'getApps', key: 'getApps',
value: function getApps(hostids) { value: function getApps(hostids) {
var params = { var params = {
output: ['applicationid', 'name'], output: 'extend',
hostids: hostids hostids: hostids
}; };

File diff suppressed because one or more lines are too long

View File

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