Use `host' instead of `host_name' when searching for hosts

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-08 14:57:08 +02:00
parent c56c5655bd
commit e94c99e20e
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class FilterEditor extends AbstractWidget
$searchCol = 'service_description';
break;
case 'hosts':
$searchCol = 'host_name';
$searchCol = 'host';
break;
case 'hostgroups':
$searchCol = 'hostgroup';