build dist
This commit is contained in:
2
dist/datasource-zabbix/zabbixAPI.service.js
vendored
2
dist/datasource-zabbix/zabbixAPI.service.js
vendored
@@ -135,7 +135,7 @@ System.register(['angular', 'lodash', './utils', './zabbixAPICore.service'], fun
|
||||
key: 'getApps',
|
||||
value: function getApps(hostids) {
|
||||
var params = {
|
||||
output: ['applicationid', 'name'],
|
||||
output: 'extend',
|
||||
hostids: hostids
|
||||
};
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -177,7 +177,7 @@ function ZabbixAPIServiceFactory(alertSrv, zabbixAPICoreService) {
|
||||
key: 'getApps',
|
||||
value: function getApps(hostids) {
|
||||
var params = {
|
||||
output: ['applicationid', 'name'],
|
||||
output: 'extend',
|
||||
hostids: hostids
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user