monitoring: Sort by 'downtime_scheduled_start' too when sorting by 'Is In Effect'
This commit is contained in:
parent
d340b0d49d
commit
5862fc98a5
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue