mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Default to the sort rules of the host group summary
refs #8241
This commit is contained in:
parent
58b3192ce3
commit
4b9f7eb910
@ -545,9 +545,7 @@ class Monitoring_ListController extends Controller
|
|||||||
'services_unknown_unhandled',
|
'services_unknown_unhandled',
|
||||||
'services_warning_handled',
|
'services_warning_handled',
|
||||||
'services_warning_unhandled'
|
'services_warning_unhandled'
|
||||||
))->order('hostgroup_alias');
|
));
|
||||||
// TODO(el): Can't default to the sort rules of the data view because it's meant for both host groups and
|
|
||||||
// service groups. We should separate them.
|
|
||||||
$this->filterQuery($query);
|
$this->filterQuery($query);
|
||||||
$this->view->hostgroups = $query;
|
$this->view->hostgroups = $query;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user