mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
efc52e3342
commit
ede8cc5e83
@ -30,11 +30,14 @@ class Monitoring_TimelineController extends Controller
|
||||
$detailUrl = Url::fromPath('monitoring/list/eventhistory');
|
||||
|
||||
$timeline = new TimeLine(
|
||||
$this->applyRestriction(
|
||||
'monitoring/filter/objects',
|
||||
$this->backend->select()->from('eventhistory',
|
||||
array(
|
||||
'name' => 'type',
|
||||
'time' => 'timestamp'
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
'notify' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user