You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/07/12 09:51:37 UTC

[42/50] git commit: updated refs/heads/sdnextensions to bcfb4e6

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/sdnextensions
Commit: 6eeea70dad1350b6fa27527e810a521893f956cb
Parents: 8d7a216
Author: Brian Federle <br...@citrix.com>
Authored: Thu Jul 11 11:13:35 2013 -0700
Committer: Brian Federle <br...@citrix.com>
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: {