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