Legacy zone validation changes

This commit is contained in:
Pranav Saxena 2013-06-04 10:30:25 +05:30
parent 15c2c212f7
commit cc2091078d
1 changed files with 2 additions and 2 deletions

View File

@ -9530,7 +9530,7 @@
vCenterHost: {
label: 'label.vcenter.host',
docID: 'helpClustervCenterHost',
validation: { required: true }
validation: { required: false } //legacy zone - validation not required for new VMware dc model
},
vCenterUsername: {
label: 'label.vcenter.username',
@ -9546,7 +9546,7 @@
vCenterDatacenter: {
label: 'label.vcenter.datacenter',
docID: 'helpClustervCenterDatacenter',
validation: { required: true }
validation: { required: false } //legacy zone - validation not required for new VMware dc model
},
overridepublictraffic:{