From 60cbb93488ec3fa1ca720d88e79ae48130ac9461 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 18 Dec 2019 13:40:05 +0300 Subject: [PATCH] + client: show DHCP static leases all the time --- client/src/components/Settings/Dhcp/index.js | 74 ++++++++++---------- 1 file changed, 36 insertions(+), 38 deletions(-) diff --git a/client/src/components/Settings/Dhcp/index.js b/client/src/components/Settings/Dhcp/index.js index 959922ce..9aba37da 100644 --- a/client/src/components/Settings/Dhcp/index.js +++ b/client/src/components/Settings/Dhcp/index.js @@ -219,46 +219,44 @@ class Dhcp extends Component { {dhcp.config.enabled && ( - - -
-
- -
+ +
+
+
- - -
-
- -
-
- -
-
-
- +
+
)} + +
+
+ +
+
+ +
+
+
)}