HostTable: sort hosts
This commit is contained in:
parent
826cafb476
commit
bec233d940
|
@ -43,7 +43,7 @@ class IcingaHostTable extends QuickTable
|
||||||
array('z' => 'icinga_zone'),
|
array('z' => 'icinga_zone'),
|
||||||
'h.zone_id = z.id',
|
'h.zone_id = z.id',
|
||||||
array()
|
array()
|
||||||
);
|
)->order('h.object_name');
|
||||||
|
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue