IcingaHostGroupTable: sort by name

fixes #821
This commit is contained in:
Thomas Gelf 2017-02-27 19:36:05 +01:00
parent b248e8dcae
commit 29b917dd18

View File

@ -39,6 +39,6 @@ class IcingaHostGroupTable extends QuickTable
return $this->db()->select()->from(
array('hg' => 'icinga_hostgroup'),
array()
);
)->order('hg.object_name');
}
}