HostTable: sort hosts

This commit is contained in:
Thomas Gelf 2015-07-24 10:54:42 +02:00
parent 826cafb476
commit bec233d940
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class IcingaHostTable extends QuickTable
array('z' => 'icinga_zone'),
'h.zone_id = z.id',
array()
);
)->order('h.object_name');
return $query;
}