monitoring: Default to the sort rules of the host group summary

refs #8241
This commit is contained in:
Eric Lippmann 2015-05-21 12:36:05 +02:00
parent 58b3192ce3
commit 4b9f7eb910
1 changed files with 1 additions and 3 deletions

View File

@ -545,9 +545,7 @@ class Monitoring_ListController extends Controller
'services_unknown_unhandled',
'services_warning_handled',
'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->view->hostgroups = $query;