parent
efc52e3342
commit
ede8cc5e83
|
@ -30,10 +30,13 @@ class Monitoring_TimelineController extends Controller
|
|||
$detailUrl = Url::fromPath('monitoring/list/eventhistory');
|
||||
|
||||
$timeline = new TimeLine(
|
||||
$this->backend->select()->from('eventhistory',
|
||||
array(
|
||||
'name' => 'type',
|
||||
'time' => 'timestamp'
|
||||
$this->applyRestriction(
|
||||
'monitoring/filter/objects',
|
||||
$this->backend->select()->from('eventhistory',
|
||||
array(
|
||||
'name' => 'type',
|
||||
'time' => 'timestamp'
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue