mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Allow hostgroup filters for the EventHistory
This commit is contained in:
parent
4ec1a9b118
commit
dcdbf79328
@ -21,7 +21,9 @@ class EventHistoryView extends AbstractView
|
||||
'type'
|
||||
);
|
||||
|
||||
protected $specialFilters = array();
|
||||
protected $specialFilters = array(
|
||||
'hostgroup',
|
||||
);
|
||||
|
||||
protected $sortDefaults = array(
|
||||
'raw_timestamp' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user