monitoring: Let the data view handle the default ordering in the downtime overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 12:55:41 +01:00
parent 86cc56afe6
commit d340b0d49d
1 changed files with 1 additions and 2 deletions

View File

@ -288,8 +288,7 @@ class Monitoring_ListController extends Controller
'service_state' => 'downtime_service_state',
'host_display_name',
'service_display_name'
))->order('downtime_is_in_effect', 'DESC')
->order('downtime_scheduled_start', 'DESC');
));
$this->filterQuery($query);