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',
|
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
@@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user