mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ListController: add autorefresh for sync and import
This commit is contained in:
parent
1915e4c42b
commit
8068fa4e03
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user