mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring: Don't sort the host group summary by service severity
refs #8241
This commit is contained in:
parent
41e72396ee
commit
5efbad3a71
@ -553,7 +553,7 @@ class Monitoring_ListController extends Controller
|
|||||||
'services_critical_last_state_change_unhandled',
|
'services_critical_last_state_change_unhandled',
|
||||||
'services_unknown_last_state_change_unhandled',
|
'services_unknown_last_state_change_unhandled',
|
||||||
'services_total'
|
'services_total'
|
||||||
))->order('services_severity')->order('hostgroup_alias');
|
))->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
|
// 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.
|
// service groups. We should separate them.
|
||||||
$this->filterQuery($query);
|
$this->filterQuery($query);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user