mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 02:47:39 +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()
|
$this->addZoneElement()
|
||||||
->addImportsElement();
|
->addImportsElement();
|
||||||
|
|
||||||
|
$this->setButtons();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -33,5 +33,6 @@ class IcingaZoneForm extends DirectorObjectForm
|
|||||||
));
|
));
|
||||||
|
|
||||||
// $this->addImportsElement();
|
// $this->addImportsElement();
|
||||||
|
$this->setButtons();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user