mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
ActionForm: Allow contact_name and contactgroup_name as filter column
Because it works now.
This commit is contained in:
parent
6a68d25bc3
commit
125ecb2f0a
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ class ActionForm extends NavigationItemForm
|
|||
'instance_name',
|
||||
'service_description',
|
||||
'servicegroup_name',
|
||||
'contact_name',
|
||||
'contactgroup_name',
|
||||
function ($c) {
|
||||
return preg_match('/^_(?:host|service)_/', $c);
|
||||
}
|
||||
|
|
@ -63,6 +65,8 @@ class ActionForm extends NavigationItemForm
|
|||
'hostgroup_name',
|
||||
'service_description',
|
||||
'servicegroup_name',
|
||||
'contact_name',
|
||||
'contactgroup_name',
|
||||
'_(host|service)_<customvar-name>'
|
||||
))
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue