Service overview: Allow to quick search for hosts

fixes #9498
This commit is contained in:
Johannes Meyer 2015-06-25 12:24:52 +02:00
parent d29d423cc9
commit 18497fee44

View File

@ -191,6 +191,6 @@ class ServiceStatus extends DataView
*/ */
public function getSearchColumns() public function getSearchColumns()
{ {
return array('service', 'service_display_name'); return array('host', 'host_display_name', 'service', 'service_display_name');
} }
} }