activitylog: enable autorefresh
This commit is contained in:
parent
86b613eb55
commit
42f05e0009
|
@ -49,6 +49,7 @@ class ListController extends ActionController
|
|||
|
||||
public function activitylogAction()
|
||||
{
|
||||
$this->setAutorefreshInterval(10);
|
||||
$this->setConfigTabs()->activate('activitylog');
|
||||
$this->view->title = $this->translate('Activity Log');
|
||||
$this->prepareAndRenderTable('activityLog');
|
||||
|
|
Loading…
Reference in New Issue