mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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_is_persistent' => 'c.comment_is_persistent',
|
||||||
'comment_timestamp' => 'c.comment_timestamp',
|
'comment_timestamp' => 'c.comment_timestamp',
|
||||||
'comment_type' => 'c.comment_type',
|
'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(
|
'hosts' => array(
|
||||||
'host_display_name' => 'c.host_display_name',
|
'host_display_name' => 'c.host_display_name',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user