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

View File

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