JobsController: autorefresh
This commit is contained in:
parent
b9c36f6020
commit
c1ba91ece9
|
@ -8,6 +8,7 @@ class JobsController extends ActionController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->setAutoRefreshInterval(10);
|
||||
$this->view->title = $this->translate('Jobs');
|
||||
|
||||
$this->getTabs()->add('jobs', array(
|
||||
|
|
Loading…
Reference in New Issue