mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
c8a24f72b8
commit
cf997e998f
1 changed files with 4 additions and 0 deletions
|
|
@ -526,6 +526,10 @@ class Monitoring_ListController extends Controller
|
|||
|
||||
public function eventhistoryAction()
|
||||
{
|
||||
if ($url = $this->hasBetterUrl()) {
|
||||
return $this->redirectNow($url);
|
||||
}
|
||||
|
||||
$this->addTitleTab('eventhistory');
|
||||
$query = $this->backend->select()->from('eventHistory', array(
|
||||
'host_name',
|
||||
|
|
|
|||
Loading…
Reference in a new issue