mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +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
|
||||
);
|
||||
|
||||
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));
|
||||
$table = $this->loadTable($table)->setConnection($this->db());
|
||||
$this->view->filterEditor = $table->getFilterEditor($this->getRequest());
|
||||
|
Loading…
x
Reference in New Issue
Block a user