activitylog: enable autorefresh

This commit is contained in:
Thomas Gelf 2015-11-06 09:57:05 +01:00
parent 86b613eb55
commit 42f05e0009
1 changed files with 1 additions and 0 deletions

View File

@ -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');