Allow hostgroup filters for the EventHistory

This commit is contained in:
Thomas Gelf 2013-08-21 00:29:03 +02:00 committed by Eric Lippmann
parent 4ec1a9b118
commit dcdbf79328
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ class EventHistoryView extends AbstractView
'type'
);
protected $specialFilters = array();
protected $specialFilters = array(
'hostgroup',
);
protected $sortDefaults = array(
'raw_timestamp' => array(