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:
2026-06-28 13:04:51 +00:00
parent 391466664e
commit baa441fa13
2 changed files with 41 additions and 2 deletions
+1
View File
@@ -243,6 +243,7 @@ export function QuickModal(props = {}) {
];
}
formModal(inner, title, fields, actions);
if (props.postRender) props.postRender(inner, data);
});
};
}