monitoring: Fix alphabetical order of query columns in the CommentQuery
This commit is contained in:
parent
cf917b59f8
commit
620c1fa6e0
|
@ -25,8 +25,8 @@ class CommentQuery extends IdoQuery
|
|||
'comment_is_persistent' => 'c.comment_is_persistent',
|
||||
'comment_timestamp' => 'c.comment_timestamp',
|
||||
'comment_type' => 'c.comment_type',
|
||||
'object_type' => 'c.object_type',
|
||||
'instance_name' => 'c.instance_name'
|
||||
'instance_name' => 'c.instance_name',
|
||||
'object_type' => 'c.object_type'
|
||||
),
|
||||
'hosts' => array(
|
||||
'host_display_name' => 'c.host_display_name',
|
||||
|
|
Loading…
Reference in New Issue