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
7d8ec9d5a3
commit
9f5bd9bcd6
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue