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 committed by Alex Huang
parent 7d8ec9d5a3
commit 9f5bd9bcd6
1 changed files with 3 additions and 2 deletions

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