monitoring: Sort by 'downtime_scheduled_start' too when sorting by 'Is In Effect'

This commit is contained in:
Eric Lippmann 2015-01-21 12:58:46 +01:00
parent d340b0d49d
commit 5862fc98a5
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ class Downtime extends DataView
{
return array(
'downtime_is_in_effect' => array(
'columns' => array(
'downtime_is_in_effect',
'downtime_scheduled_start'
),
'order' => self::SORT_DESC
),
'downtime_start' => array(