mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring: Select comment_is_persistent for comments in the detail area
This commit is contained in:
parent
74b715e3d2
commit
7858343605
@ -322,6 +322,7 @@ abstract class MonitoredObject implements Filterable
|
|||||||
'comment' => 'comment_data',
|
'comment' => 'comment_data',
|
||||||
'expiration' => 'comment_expiration',
|
'expiration' => 'comment_expiration',
|
||||||
'id' => 'comment_internal_id',
|
'id' => 'comment_internal_id',
|
||||||
|
'persistent' => 'comment_is_persistent',
|
||||||
'timestamp' => 'comment_timestamp',
|
'timestamp' => 'comment_timestamp',
|
||||||
'type' => 'comment_type'
|
'type' => 'comment_type'
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user