CS-16019:InterVlan CIDR list in Add VPN Customer Gateway doesnt let the User know that CIDR list is a comma seperated list

This commit is contained in:
Pranav Saxena 2012-08-16 20:49:55 +05:30
parent f60ba5a8ad
commit 8254edc25a
1 changed files with 3 additions and 1 deletions

View File

@ -4028,7 +4028,7 @@
}
},
createForm: {
title: 'add VPN Customer Gateway',
title: 'Add VPN Customer Gateway',
fields: {
name: {
label: 'label.name',
@ -4040,6 +4040,8 @@
},
cidrlist: {
label: 'CIDR list',
desc:'Please enter a comma separated list of CIDRs if more
than one',
validation: { required: true }
},
ipsecpsk: {