mirror of https://github.com/jetkvm/kvm.git
feat: add DHCP client as a critical field
This commit is contained in:
parent
e38b087ff6
commit
aa6f5b496d
|
|
@ -191,6 +191,7 @@ export default function SettingsNetworkRoute() {
|
|||
// Label is for the UI, key is the internal key of the field
|
||||
{ label: "IPv4 mode", key: "ipv4_mode" },
|
||||
{ label: "IPv6 mode", key: "ipv6_mode" },
|
||||
{ label: "DHCP client", key: "dhcp_client" },
|
||||
] as { label: string; key: keyof NetworkSettings }[];
|
||||
|
||||
const criticalChanged = criticalFields.some(field => dirty[field.key]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue