mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
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(
|
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user