mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
activitylog: enable autorefresh
This commit is contained in:
parent
86b613eb55
commit
42f05e0009
@ -49,6 +49,7 @@ class ListController extends ActionController
|
|||||||
|
|
||||||
public function activitylogAction()
|
public function activitylogAction()
|
||||||
{
|
{
|
||||||
|
$this->setAutorefreshInterval(10);
|
||||||
$this->setConfigTabs()->activate('activitylog');
|
$this->setConfigTabs()->activate('activitylog');
|
||||||
$this->view->title = $this->translate('Activity Log');
|
$this->view->title = $this->translate('Activity Log');
|
||||||
$this->prepareAndRenderTable('activityLog');
|
$this->prepareAndRenderTable('activityLog');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user