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 E1AE610A3B for ; Thu, 11 Jul 2013 18:14:14 +0000 (UTC) Received: (qmail 68732 invoked by uid 500); 11 Jul 2013 18:14:14 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 68710 invoked by uid 500); 11 Jul 2013 18:14:14 -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 68703 invoked by uid 99); 11 Jul 2013 18:14:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 18:14:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 500DB88FAA7; Thu, 11 Jul 2013 18:14:14 +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: <1fb22af0d2814913842218a0af310363@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to 6eeea70 Date: Thu, 11 Jul 2013 18:14:14 +0000 (UTC) Updated Branches: refs/heads/master 8d7a2162e -> 6eeea70da CLOUDSTACK-3461: Make vCenter user/password fields optional Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6eeea70d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6eeea70d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6eeea70d Branch: refs/heads/master Commit: 6eeea70dad1350b6fa27527e810a521893f956cb Parents: 8d7a216 Author: Brian Federle Authored: Thu Jul 11 11:13:35 2013 -0700 Committer: Brian Federle Committed: Thu Jul 11 11:14:06 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 4 +--- ui/scripts/zoneWizard.js | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6eeea70d/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index db0689c..90ede7d 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -10168,13 +10168,11 @@ }, vCenterUsername: { label: 'label.vcenter.username', - docID: 'helpClustervCenterUsername', - validation: { required: true } + docID: 'helpClustervCenterUsername' }, vCenterPassword: { label: 'label.vcenter.password', docID: 'helpClustervCenterPassword', - validation: { required: true }, isPassword: true }, vCenterDatacenter: { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6eeea70d/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index eea0888..e2ad910 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -886,12 +886,10 @@ validation: { required: true } }, vCenterUsername: { - label: 'label.vcenter.username', - validation: { required: true } + label: 'label.vcenter.username' }, vCenterPassword: { label: 'label.vcenter.password', - validation: { required: true }, isPassword: true }, vCenterDatacenter: {