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:53:51 +05:30
parent 5dcf639acc
commit 1ec3fed0e6

View File

@ -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',