Templated items search: select only unique names.
This commit is contained in:
@@ -454,7 +454,7 @@ function (angular, _, kbn) {
|
|||||||
var itemname = expandItemName(item)
|
var itemname = expandItemName(item)
|
||||||
return {
|
return {
|
||||||
// TODO: select only unique names
|
// TODO: select only unique names
|
||||||
text: (item.hosts ? '['+item.hosts[0].name+']: ' : '') + itemname,
|
text: itemname,
|
||||||
expandable: false
|
expandable: false
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user