feat(frontend): updated IPAM form to open aux addresses records by default

pull/85/head
Samuel Rowe 3 years ago
parent bcf614c535
commit c62dec1dc6

@ -72,6 +72,7 @@ const IPam = () => {
// TODO: Remove placeholder from the main object. // TODO: Remove placeholder from the main object.
placeholder: "", placeholder: "",
options: { options: {
defaultOpen: true,
name: `configurations[${index}].auxAddresses`, name: `configurations[${index}].auxAddresses`,
modal: "configuration", modal: "configuration",
title: "Aux addresses", title: "Aux addresses",

Loading…
Cancel
Save