Updated Branches:
  refs/heads/master 15c2c212f -> cc2091078

Legacy zone validation changes


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

Branch: refs/heads/master
Commit: cc2091078d9bf63975a922db31008fd82f1cc904
Parents: 15c2c21
Author: Pranav Saxena <pranav.sax...@citrix.com>
Authored: Tue Jun 4 10:30:25 2013 +0530
Committer: Pranav Saxena <pranav.sax...@citrix.com>
Committed: Tue Jun 4 10:30:25 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cc209107/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 8fa7a84..5b8b12d 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -9530,7 +9530,7 @@
                   vCenterHost: {
                     label: 'label.vcenter.host',
                     docID: 'helpClustervCenterHost',
-                    validation: { required: true }
+                    validation: { required: false } //legacy zone - validation 
not required for new VMware dc model
                   },
                   vCenterUsername: {
                     label: 'label.vcenter.username',
@@ -9546,7 +9546,7 @@
                   vCenterDatacenter: {
                     label: 'label.vcenter.datacenter',
                     docID: 'helpClustervCenterDatacenter',
-                    validation: { required: true }
+                    validation: { required: false } //legacy zone - validation 
not required for new VMware dc model
                   },
 
                     overridepublictraffic:{

Reply via email to