Filter non-numeric items in item menu.

This commit is contained in:
Alexander Zobnin
2015-05-10 09:23:08 +03:00
parent 8ee4dd6a5c
commit f953205922

View File

@@ -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