mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Add an additional column for hostgroup names with unchanged collation
refs #8613
This commit is contained in:
parent
98c76a693e
commit
c476ee6855
@ -161,6 +161,7 @@ class StatusQuery extends IdoQuery
|
|||||||
),
|
),
|
||||||
'hostgroups' => array(
|
'hostgroups' => array(
|
||||||
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
|
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||||
|
'hostgroup_name' => 'hgo.name1',
|
||||||
'hostgroup_alias' => 'hg.alias'
|
'hostgroup_alias' => 'hg.alias'
|
||||||
),
|
),
|
||||||
'servicegroups' => array(
|
'servicegroups' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user