mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +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'
|
'type'
|
||||||
);
|
);
|
||||||
|
|
||||||
protected $specialFilters = array();
|
protected $specialFilters = array(
|
||||||
|
'hostgroup',
|
||||||
|
);
|
||||||
|
|
||||||
protected $sortDefaults = array(
|
protected $sortDefaults = array(
|
||||||
'raw_timestamp' => array(
|
'raw_timestamp' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user