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(
|
||||
'raw_timestamp' => 'Occurence'
|
||||
'timestamp' => 'Occurence'
|
||||
));
|
||||
$this->applyFilters($query);
|
||||
$this->view->history = $query->paginate();
|
||||
|
|
Loading…
Reference in New Issue