mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ServiceController: fix clone link, remove useless
...code
This commit is contained in:
parent
3564cb04f8
commit
9166bebd2c
@ -104,13 +104,6 @@ class ServiceController extends ObjectController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function futureoverviewIndexAction()
|
|
||||||
{
|
|
||||||
$object = $this->loadObject();
|
|
||||||
$title = $this->view->title = $object->object_name;
|
|
||||||
$this->singleTab($this->translate('Icinga Service Template'));
|
|
||||||
}
|
|
||||||
|
|
||||||
public function editAction()
|
public function editAction()
|
||||||
{
|
{
|
||||||
$this->tabs()->activate('modify');
|
$this->tabs()->activate('modify');
|
||||||
@ -147,7 +140,7 @@ class ServiceController extends ObjectController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$form->handleRequest();
|
$form->handleRequest();
|
||||||
$this->view->actionLinks .= $this->createCloneLink();
|
$this->actions()->add($this->createCloneLink());
|
||||||
|
|
||||||
$this->view->title = $object->object_name;
|
$this->view->title = $object->object_name;
|
||||||
if ($this->host) {
|
if ($this->host) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user