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