monitoring: Add missing filter column to the host group summary view
refs #9009
This commit is contained in:
parent
bb711f447d
commit
d4b0841d4c
|
@ -50,7 +50,7 @@ class Hostgroupsummary extends DataView
|
||||||
'hosts_severity',
|
'hosts_severity',
|
||||||
'host', 'host_alias', 'host_display_name', 'host_name',
|
'host', 'host_alias', 'host_display_name', 'host_name',
|
||||||
'hostgroup',
|
'hostgroup',
|
||||||
'service', 'service_description',
|
'service', 'service_description', 'service_display_name',
|
||||||
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue