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…
Reference in New Issue