mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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
5dcf639acc
commit
1ec3fed0e6
@ -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…
x
Reference in New Issue
Block a user