mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - fix a regression that made network disappear, caused by 8254edc25a360051c4debad6040a5bcd516dec6a( 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
9b5819bef2
commit
93b0b11a79
|
|
@ -4040,8 +4040,7 @@
|
|||
},
|
||||
cidrlist: {
|
||||
label: 'CIDR list',
|
||||
desc:'Please enter a comma separated list of CIDRs if more
|
||||
than one',
|
||||
desc:'Please enter a comma separated list of CIDRs if more than one',
|
||||
validation: { required: true }
|
||||
},
|
||||
ipsecpsk: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue