JobsController: autorefresh

This commit is contained in:
Thomas Gelf 2016-04-22 14:34:29 +02:00
parent b9c36f6020
commit c1ba91ece9

View File

@ -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(