mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
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…
x
Reference in New Issue
Block a user