mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
list/eventhistory: sort by timestamp, not raw_ts
This commit is contained in:
parent
cbaa2d8ae9
commit
ccb8f51ba9
@ -508,7 +508,7 @@ class Monitoring_ListController extends Controller
|
|||||||
));
|
));
|
||||||
|
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'raw_timestamp' => 'Occurence'
|
'timestamp' => 'Occurence'
|
||||||
));
|
));
|
||||||
$this->applyFilters($query);
|
$this->applyFilters($query);
|
||||||
$this->view->history = $query->paginate();
|
$this->view->history = $query->paginate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user