ListController: add autorefresh for sync and import

This commit is contained in:
Thomas Gelf 2016-06-26 16:30:58 +02:00
parent 1915e4c42b
commit 8068fa4e03

View File

@ -9,6 +9,8 @@ class ListController extends ActionController
{
public function importsourceAction()
{
$this->setAutoRefreshInterval(10);
$this->view->addLink = $this->view->qlink(
$this->translate('Add import source'),
'director/importsource/add',
@ -23,6 +25,8 @@ class ListController extends ActionController
public function syncruleAction()
{
$this->setAutoRefreshInterval(10);
$this->view->addLink = $this->view->qlink(
$this->translate('Add sync rule'),
'director/syncrule/add',