mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +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(
|
||||
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||
'hostgroup_name' => 'hgo.name1',
|
||||
'hostgroup_alias' => 'hg.alias'
|
||||
),
|
||||
'servicegroups' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user