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();
|
||||
$this->addServicesHeader();
|
||||
$this->addTitle($this->translate('Add Service Set to %s'), $host->getObjectName());
|
||||
if ($this->showNotInBranch($this->translate('Creating Service Sets'))) {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->content()->add(
|
||||
IcingaServiceSetForm::load()
|
||||
|
|
Loading…
Reference in New Issue