Repository: cloudstack
Updated Branches:
  refs/heads/master 213088d7d -> 0d7fa25f1


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.)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d7fa25f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d7fa25f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d7fa25f

Branch: refs/heads/master
Commit: 0d7fa25f1df157fae5d72474cad6aa13d2fc1c05
Parents: 213088d
Author: Gabor Apati-Nagy <gabor.apati-n...@citrix.com>
Authored: Tue Nov 11 11:27:29 2014 +0000
Committer: Brian Federle <brian.fede...@citrix.com>
Committed: Tue Nov 11 11:16:56 2014 -0800

----------------------------------------------------------------------
 ui/scripts/network.js | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d7fa25f/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 501fb50..ca76641 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',

Reply via email to