From ecae39d94be5000e60539df0b3db41835b6cf009 Mon Sep 17 00:00:00 2001 From: braginini Date: Thu, 13 Jul 2023 12:55:04 +0200 Subject: [PATCH] Adjust DNS view --- src/components/NameServerGroupUpdate.tsx | 81 ++++++++++++------------ src/views/Nameservers.tsx | 19 +++--- 2 files changed, 49 insertions(+), 51 deletions(-) diff --git a/src/components/NameServerGroupUpdate.tsx b/src/components/NameServerGroupUpdate.tsx index 95b25be..73ef467 100644 --- a/src/components/NameServerGroupUpdate.tsx +++ b/src/components/NameServerGroupUpdate.tsx @@ -314,6 +314,46 @@ const NameServerGroupUpdate = () => { { errors }: any ) => ( + + +
+ +
+ + + {formNSGroup.enabled + ? "Disable this server if you don't want the configuration to apply immediately" + : " Enable this server if you want the configuration to apply immediately"} + +
+
+
+