mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7875: [UI] - VPC - Fix validation
Wrong format check is being made on Create VPC box - DNS domain Information Removing IPv4 validation from the DNS field, the original behavior is restored. (The API validates this field.)
This commit is contained in:
parent
213088d7da
commit
0d7fa25f1d
|
|
@ -5367,10 +5367,8 @@
|
|||
},
|
||||
networkdomain: {
|
||||
docID: 'helpVPCDomain',
|
||||
label: 'label.DNS.domain.for.guest.networks',
|
||||
validation: {
|
||||
ipv4: true
|
||||
}
|
||||
label: 'label.DNS.domain.for.guest.networks'
|
||||
//format: FQDN
|
||||
},
|
||||
publicLoadBalancerProvider: {
|
||||
label: 'label.public.load.balancer.provider',
|
||||
|
|
|
|||
Loading…
Reference in New Issue