From cc2091078d9bf63975a922db31008fd82f1cc904 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 4 Jun 2013 10:30:25 +0530 Subject: [PATCH] Legacy zone validation changes --- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 8fa7a845f69..5b8b12d0845 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:{