HostController: allow to add Sets
This commit is contained in:
parent
a684929cf5
commit
25f961a4c8
|
@ -119,9 +119,6 @@ class HostController extends ObjectController
|
||||||
$host = $this->getHostObject();
|
$host = $this->getHostObject();
|
||||||
$this->addServicesHeader();
|
$this->addServicesHeader();
|
||||||
$this->addTitle($this->translate('Add Service Set to %s'), $host->getObjectName());
|
$this->addTitle($this->translate('Add Service Set to %s'), $host->getObjectName());
|
||||||
if ($this->showNotInBranch($this->translate('Creating Service Sets'))) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->content()->add(
|
$this->content()->add(
|
||||||
IcingaServiceSetForm::load()
|
IcingaServiceSetForm::load()
|
||||||
|
|
Loading…
Reference in New Issue