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