mirror of https://github.com/apache/cloudstack.git
CS-16018:InterVlan- Blank Options on Add VPN Customer Gateway replaced by Group2mod(1024p)
This commit is contained in:
parent
1ec3fed0e6
commit
9ac17b35db
|
|
@ -4028,7 +4028,7 @@
|
|||
label: 'IKE DH',
|
||||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({id: '', description: ''});
|
||||
// items.push({id: '', description: ''});
|
||||
items.push({id: 'modp1024', description: 'Group 2(modp1024)'});
|
||||
items.push({id: 'modp1536', description: 'Group 5(modp1536)'});
|
||||
args.response.success({data: items});
|
||||
|
|
@ -4060,7 +4060,7 @@
|
|||
label: 'Perfect Forward Secrecy',
|
||||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({id: '', description: ''});
|
||||
// items.push({id: '', description: ''});
|
||||
items.push({id: 'modp1024', description: 'Group 2(modp1024)'});
|
||||
items.push({id: 'modp1536', description: 'Group 5(modp1536)'});
|
||||
args.response.success({data: items});
|
||||
|
|
|
|||
Loading…
Reference in New Issue