mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
Fix comment query. Service comments only right now
This commit is contained in:
parent
e99bb57c63
commit
573bd1bde1
@ -321,7 +321,7 @@ class Monitoring_ListController extends MonitoringController
|
|||||||
'comment_type',
|
'comment_type',
|
||||||
'comment_is_persistent',
|
'comment_is_persistent',
|
||||||
'comment_expiration_timestamp',
|
'comment_expiration_timestamp',
|
||||||
'host_name',
|
'host_name' => 'service_host_name',
|
||||||
'service_name'
|
'service_name'
|
||||||
)
|
)
|
||||||
)->getQuery();
|
)->getQuery();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user