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:
Gabor Apati-Nagy 2014-11-11 11:27:29 +00:00 committed by Brian Federle
parent 213088d7da
commit 0d7fa25f1d
1 changed files with 2 additions and 4 deletions

View File

@ -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',