mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
ListController: get rid of global import history
This commit is contained in:
parent
3b4b85374d
commit
4c70a61060
@ -21,14 +21,6 @@ class ListController extends ActionController
|
|||||||
$this->prepareAndRenderTable('importsource');
|
$this->prepareAndRenderTable('importsource');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function importrunAction()
|
|
||||||
{
|
|
||||||
$this->setImportTabs()->activate('importrun');
|
|
||||||
$this->view->title = $this->translate('Import runs');
|
|
||||||
$this->view->stats = $this->db()->fetchImportStatistics();
|
|
||||||
$this->prepareAndRenderTable('importrun');
|
|
||||||
}
|
|
||||||
|
|
||||||
public function syncruleAction()
|
public function syncruleAction()
|
||||||
{
|
{
|
||||||
$this->view->addLink = $this->view->qlink(
|
$this->view->addLink = $this->view->qlink(
|
||||||
|
@ -140,12 +140,6 @@ abstract class ActionController extends Controller
|
|||||||
'label' => $this->translate('Import source'),
|
'label' => $this->translate('Import source'),
|
||||||
'url' => 'director/list/importsource'
|
'url' => 'director/list/importsource'
|
||||||
)
|
)
|
||||||
)->add(
|
|
||||||
'importrun',
|
|
||||||
array(
|
|
||||||
'label' => $this->translate('Import history'),
|
|
||||||
'url' => 'director/list/importrun'
|
|
||||||
)
|
|
||||||
)->add(
|
)->add(
|
||||||
'syncrule',
|
'syncrule',
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user