monitoring: Don't sort the service group summary by service severity

refs #8241
This commit is contained in:
Eric Lippmann 2015-05-20 16:15:38 +02:00
parent a9d6a94957
commit f9952cf231
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ class Monitoring_ListController extends Controller
'services_critical_last_state_change_unhandled',
'services_unknown_last_state_change_unhandled',
'services_total'
))->order('services_severity')->order('servicegroup_alias');
))->order('servicegroup_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);