mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Zone/EndpointForm: provide delete button
This commit is contained in:
parent
54660771d6
commit
64b72363fc
@ -51,5 +51,7 @@ class IcingaEndpointForm extends DirectorObjectForm
|
||||
|
||||
$this->addZoneElement()
|
||||
->addImportsElement();
|
||||
|
||||
$this->setButtons();
|
||||
}
|
||||
}
|
||||
|
@ -33,5 +33,6 @@ class IcingaZoneForm extends DirectorObjectForm
|
||||
));
|
||||
|
||||
// $this->addImportsElement();
|
||||
$this->setButtons();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user