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"} + +
+
+
+