Updated Branches:
  refs/heads/4.2 e92e9884d -> 60d5d7a99

CLOUDSTACK-3461: zone wizard - add cluster step - when hypervisor is VMware, 
vCenter Username and vCenter Password are required (for firing addVmwareDc API).


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

Branch: refs/heads/4.2
Commit: 60d5d7a995aa515cd7a3b4aeafc2417ccaf9ed23
Parents: e92e988
Author: Jessica Wang <[email protected]>
Authored: Mon Jul 15 11:29:41 2013 -0700
Committer: Jessica Wang <[email protected]>
Committed: Mon Jul 15 11:33:59 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/60d5d7a9/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index e2ad910..04687fe 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -883,18 +883,20 @@
  
           vCenterHost: {
             label: 'label.vcenter.host',
-            validation: { required: true }
+            validation: { required: true }  //required, for firing addVmwareDc 
API
           },
           vCenterUsername: {
-            label: 'label.vcenter.username'
+            label: 'label.vcenter.username',
+            validation: { required: true }  //required, for firing addVmwareDc 
API
           },
           vCenterPassword: {
             label: 'label.vcenter.password',
-            isPassword: true
+            isPassword: true,
+            validation: { required: true }  //required, for firing addVmwareDc 
API
           },
           vCenterDatacenter: {
             label: 'label.vcenter.datacenter',
-            validation: { required: true }
+            validation: { required: true }  //required, for firing addVmwareDc 
API
           },
 
          overridepublictraffic:{

Reply via email to