mirror of https://github.com/apache/cloudstack.git
Legacy zone validation changes
This commit is contained in:
parent
15c2c212f7
commit
cc2091078d
|
|
@ -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:{
|
||||
|
|
|
|||
Loading…
Reference in New Issue