New zone wizard - add Guest CIDR field.

This commit is contained in:
Jessica Wang 2012-02-07 17:22:44 -08:00
parent 8a523970b1
commit cccf1bb10e

View File

@ -196,6 +196,11 @@
label: 'Network Domain', label: 'Network Domain',
desc: 'A DNS suffix that will create a custom domain name for the network that is accessed by guest VMs.' 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: { ispublic: {
isReverse: true, isReverse: true,
isBoolean: true, isBoolean: true,