mirror of https://github.com/apache/cloudstack.git
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:
parent
f60ba5a8ad
commit
8254edc25a
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue