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