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