mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
parent
247c0f3952
commit
d56b31fe5e
@ -49,8 +49,7 @@ class EventHistory extends DataView
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'timestamp' => array(
|
'timestamp' => array(
|
||||||
'columns' => array('timestamp'),
|
'order' => self::SORT_DESC
|
||||||
'order' => 'DESC'
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user