Zone/EndpointForm: provide delete button

This commit is contained in:
Thomas Gelf 2015-11-14 14:53:31 +01:00
parent 54660771d6
commit 64b72363fc
2 changed files with 3 additions and 0 deletions

View File

@ -51,5 +51,7 @@ class IcingaEndpointForm extends DirectorObjectForm
$this->addZoneElement()
->addImportsElement();
$this->setButtons();
}
}

View File

@ -33,5 +33,6 @@ class IcingaZoneForm extends DirectorObjectForm
));
// $this->addImportsElement();
$this->setButtons();
}
}