Import/SyncruleController: autorefresh
This commit is contained in:
parent
927d59a3b3
commit
8679dc8a94
|
@ -13,6 +13,7 @@ class ImportsourceController extends ActionController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->setAutoRefreshInterval(10);
|
||||
$id = $this->params->get('id');
|
||||
$this->prepareTabs($id)->activate('show');
|
||||
$source = $this->view->source = ImportSource::load($id, $this->db());
|
||||
|
|
|
@ -14,6 +14,7 @@ class SyncruleController extends ActionController
|
|||
{
|
||||
public function indexAction()
|
||||
{
|
||||
$this->setAutoRefreshInterval(10);
|
||||
$id = $this->params->get('id');
|
||||
$this->prepareRuleTabs($id)->activate('show');
|
||||
$rule = $this->view->rule = SyncRule::load($id, $this->db());
|
||||
|
|
Loading…
Reference in New Issue