diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index effca193ec5..18fe4df3d88 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -68,6 +68,7 @@ "dhcp_new_static_lease": "New static lease", "dhcp_static_leases_not_found": "No DHCP static leases found", "dhcp_add_static_lease": "Add static lease", + "dhcp_reset_leases": "Reset all leases", "dhcp_reset": "Are you sure you want to reset the DHCP configuration?", "country": "Country", "city": "City", diff --git a/client/src/components/Settings/Dhcp/index.js b/client/src/components/Settings/Dhcp/index.js index 8af731886d8..505a78d1ad4 100644 --- a/client/src/components/Settings/Dhcp/index.js +++ b/client/src/components/Settings/Dhcp/index.js @@ -269,16 +269,22 @@ const Dhcp = () => { processingDeleting={processingDeleting} cidr={cidr} /> - -
- +
+ + +