From 9f5bd9bcd677c12949718351fa5595f4ed02cb74 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 16 Aug 2012 20:53:51 +0530 Subject: [PATCH] CS-16019:InterVlan CIDR list in Add VPN Customer Gateway doesnt let the User know that CIDR list is a comma seperated list --- ui/scripts/network.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 7899794f566..db41bdf8f0e 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -3975,7 +3975,7 @@ } }, createForm: { - title: 'add VPN Customer Gateway', + title: 'Add VPN Customer Gateway', fields: { name: { label: 'label.name', @@ -3987,7 +3987,8 @@ }, cidrlist: { label: 'CIDR list', - validation: { required: true } + desc: 'Please enter a comma separated list of CIDRs if more than one', + validation: { required: true } }, gateway: { label: 'label.gateway',