mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
ObjectsController: remove add template link again
This commit is contained in:
parent
064ac6b4ae
commit
eb8ea78d27
@ -101,14 +101,6 @@ abstract class ObjectsController extends ActionController
|
|||||||
$addParams
|
$addParams
|
||||||
);
|
);
|
||||||
|
|
||||||
if (! $dummy->isGroup()) {
|
|
||||||
$this->view->addLink .= ' ' . $this->view->icon('paste') . ' '
|
|
||||||
. $this->view->qlink(
|
|
||||||
$this->translate('Create template'),
|
|
||||||
'director/' . $ltype .'/add',
|
|
||||||
array('type' => 'template')
|
|
||||||
);
|
|
||||||
}
|
|
||||||
$this->view->title = $this->translate('Icinga ' . ucfirst($ltype));
|
$this->view->title = $this->translate('Icinga ' . ucfirst($ltype));
|
||||||
$table = $this->loadTable($table)->setConnection($this->db());
|
$table = $this->loadTable($table)->setConnection($this->db());
|
||||||
$this->view->filterEditor = $table->getFilterEditor($this->getRequest());
|
$this->view->filterEditor = $table->getFilterEditor($this->getRequest());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user