Skip to content

Commit

Permalink
Fix eventhistory sort oder
Browse files Browse the repository at this point in the history
fixes #7267
  • Loading branch information
Alexander Fuhr committed Sep 26, 2014
1 parent c8a24f7 commit cf997e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/monitoring/application/controllers/ListController.php
Expand Up @@ -526,6 +526,10 @@ public function hostgroupsAction()

public function eventhistoryAction()
{
if ($url = $this->hasBetterUrl()) {
return $this->redirectNow($url);
}

$this->addTitleTab('eventhistory');
$query = $this->backend->select()->from('eventHistory', array(
'host_name',
Expand Down

0 comments on commit cf997e9

Please sign in to comment.