mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 05:14:25 +02:00
parent
c8a24f72b8
commit
cf997e998f
@ -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…
x
Reference in New Issue
Block a user