mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
monitoring: Make instance_name filterable for host comments
This commit is contained in:
parent
7ed7343587
commit
e46fbe37af
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class Hostcomment extends DataView
|
|||
return array(
|
||||
'host', 'host_alias',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'instance_name',
|
||||
'service', 'service_description', 'service_display_name',
|
||||
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue