diff --git a/library/Icinga/Web/Widget/FilterEditor.php b/library/Icinga/Web/Widget/FilterEditor.php index 2575ce264..76246bf2f 100644 --- a/library/Icinga/Web/Widget/FilterEditor.php +++ b/library/Icinga/Web/Widget/FilterEditor.php @@ -186,7 +186,7 @@ class FilterEditor extends AbstractWidget $searchCol = 'service_description'; break; case 'hosts': - $searchCol = 'host_name'; + $searchCol = 'host'; break; case 'hostgroups': $searchCol = 'hostgroup';