Hostgroup overview: Allow to quick filter for hosts

fixes #9499
This commit is contained in:
Johannes Meyer 2015-06-25 12:45:56 +02:00
parent 18497fee44
commit 5e90971f94
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Hostgroupsummary extends DataView
*/ */
public function getSearchColumns() public function getSearchColumns()
{ {
return array('hostgroup', 'hostgroup_alias'); return array('host', 'host_display_name', 'hostgroup', 'hostgroup_alias');
} }
/** /**