Fix eventhistory sort oder

fixes #7267
This commit is contained in:
Alexander Fuhr 2014-09-26 14:59:06 +02:00
parent c8a24f72b8
commit cf997e998f
1 changed files with 4 additions and 0 deletions

View File

@ -526,6 +526,10 @@ class Monitoring_ListController extends Controller
public function eventhistoryAction() public function eventhistoryAction()
{ {
if ($url = $this->hasBetterUrl()) {
return $this->redirectNow($url);
}
$this->addTitleTab('eventhistory'); $this->addTitleTab('eventhistory');
$query = $this->backend->select()->from('eventHistory', array( $query = $this->backend->select()->from('eventHistory', array(
'host_name', 'host_name',