From e1855efe912b54c63324bb61a4e72e216d76e93f Mon Sep 17 00:00:00 2001 From: Matteo Di Lorenzi Date: Thu, 18 Jun 2026 12:28:01 +0200 Subject: [PATCH 1/2] feat(dhcp): support multiple dhcp ranges --- .../standalone/dns_dhcp/DhcpCard.vue | 20 ++- .../standalone/dns_dhcp/DhcpManager.vue | 10 +- .../dns_dhcp/EditDhcpInterfaceDrawer.vue | 163 +++++++++++++++--- src/i18n/en.json | 7 +- src/i18n/it.json | 7 +- 5 files changed, 169 insertions(+), 38 deletions(-) diff --git a/src/components/standalone/dns_dhcp/DhcpCard.vue b/src/components/standalone/dns_dhcp/DhcpCard.vue index 050a2c275..5e286b8c8 100644 --- a/src/components/standalone/dns_dhcp/DhcpCard.vue +++ b/src/components/standalone/dns_dhcp/DhcpCard.vue @@ -1,3 +1,8 @@ + +