Filter non-numeric items in item menu.
This commit is contained in:
@@ -314,7 +314,10 @@ function (angular, _, kbn) {
|
|||||||
params: {
|
params: {
|
||||||
output: ['name', 'key_', 'value_type', 'delay'],
|
output: ['name', 'key_', 'value_type', 'delay'],
|
||||||
sortfield: 'name',
|
sortfield: 'name',
|
||||||
hostids: hostid
|
hostids: hostid,
|
||||||
|
filter: {
|
||||||
|
value_type: [0,3]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
auth: this.auth,
|
auth: this.auth,
|
||||||
id: 1
|
id: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user