HostController: allow to add Sets

This commit is contained in:
Thomas Gelf 2022-09-20 12:50:37 +02:00
parent a684929cf5
commit 25f961a4c8
1 changed files with 0 additions and 3 deletions

View File

@ -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()