From 0d7fa25f1df157fae5d72474cad6aa13d2fc1c05 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Tue, 11 Nov 2014 11:27:29 +0000 Subject: [PATCH] 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.) --- ui/scripts/network.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 501fb50c99c..ca766416a1a 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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',