list/eventhistory: sort by timestamp, not raw_ts

This commit is contained in:
Thomas Gelf 2014-09-05 18:44:29 +02:00
parent cbaa2d8ae9
commit ccb8f51ba9
1 changed files with 1 additions and 1 deletions

View File

@ -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();