dhcp: auto-populate IP range when selecting interface
- QuickModal: add postRender callback for DOM-level initialization - dhcp: derive start/end from interface CIDR on change
This commit is contained in:
@@ -243,6 +243,7 @@ export function QuickModal(props = {}) {
|
||||
];
|
||||
}
|
||||
formModal(inner, title, fields, actions);
|
||||
if (props.postRender) props.postRender(inner, data);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user