Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE41A17D10 for ; Tue, 11 Nov 2014 19:18:12 +0000 (UTC) Received: (qmail 73584 invoked by uid 500); 11 Nov 2014 19:18:12 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 73548 invoked by uid 500); 11 Nov 2014 19:18:12 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 73535 invoked by uid 99); 11 Nov 2014 19:18:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 19:18:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5B067A0D9B1; Tue, 11 Nov 2014 19:18:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 0d7fa25 Date: Tue, 11 Nov 2014 19:18:12 +0000 (UTC) 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 Authored: Tue Nov 11 11:27:29 2014 +0000 Committer: Brian Federle 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',