mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Added hostgroups column alias. Not sure about the 's'
This commit is contained in:
parent
eaaa7205c9
commit
6d27b688fe
@ -6,6 +6,7 @@ class HostgroupQuery extends AbstractQuery
|
|||||||
{
|
{
|
||||||
protected $columnMap = array(
|
protected $columnMap = array(
|
||||||
'hostgroups' => array(
|
'hostgroups' => array(
|
||||||
|
'hostgroups' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||||
'hostgroup_name' => 'hgo.name1 COLLATE latin1_general_ci',
|
'hostgroup_name' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||||
'hostgroup_alias' => 'hg.alias',
|
'hostgroup_alias' => 'hg.alias',
|
||||||
'id' => 'hg.hostgroup_id',
|
'id' => 'hg.hostgroup_id',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user