diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index da5458ba4b7..000d87f22a9 100644 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -196,6 +196,11 @@ label: 'Network Domain', desc: 'A DNS suffix that will create a custom domain name for the network that is accessed by guest VMs.' }, + guestcidraddress: { + label: 'Guest CIDR', + defaultValue: '10.1.1.0/24', + validation: { required: true } + }, ispublic: { isReverse: true, isBoolean: true,