Add series-specific variables for using in alias functions, #619
This commit is contained in:
@@ -153,7 +153,7 @@ export class ZabbixAPIConnector {
|
||||
sortfield: 'name',
|
||||
webitems: true,
|
||||
filter: {},
|
||||
selectHosts: ['hostid', 'name']
|
||||
selectHosts: ['hostid', 'name', 'host']
|
||||
};
|
||||
if (hostids) {
|
||||
params.hostids = hostids;
|
||||
|
||||
Reference in New Issue
Block a user