mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
JobsController: autorefresh
This commit is contained in:
parent
b9c36f6020
commit
c1ba91ece9
@ -8,6 +8,7 @@ class JobsController extends ActionController
|
|||||||
{
|
{
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
|
$this->setAutoRefreshInterval(10);
|
||||||
$this->view->title = $this->translate('Jobs');
|
$this->view->title = $this->translate('Jobs');
|
||||||
|
|
||||||
$this->getTabs()->add('jobs', array(
|
$this->getTabs()->add('jobs', array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user