Zone/EndpointForm: provide delete button
This commit is contained in:
parent
54660771d6
commit
64b72363fc
|
@ -51,5 +51,7 @@ class IcingaEndpointForm extends DirectorObjectForm
|
||||||
|
|
||||||
$this->addZoneElement()
|
$this->addZoneElement()
|
||||||
->addImportsElement();
|
->addImportsElement();
|
||||||
|
|
||||||
|
$this->setButtons();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,5 +33,6 @@ class IcingaZoneForm extends DirectorObjectForm
|
||||||
));
|
));
|
||||||
|
|
||||||
// $this->addImportsElement();
|
// $this->addImportsElement();
|
||||||
|
$this->setButtons();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue