mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPN Customer Gateway - IKE DH field, Perfect Forward Secrecy field - change option description of to 'Group 2(modp1024)', 'Group 5(modp1536)'.
This commit is contained in:
parent
3e0689fcf1
commit
ab13f0669f
|
|
@ -4062,8 +4062,8 @@
|
|||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({id: '', description: ''});
|
||||
items.push({id: 'modp1024', description: 'modp1024'});
|
||||
items.push({id: 'modp1536', description: 'modp1536'});
|
||||
items.push({id: 'modp1024', description: 'Group 2(modp1024)'});
|
||||
items.push({id: 'modp1536', description: 'Group 5(modp1536)'});
|
||||
args.response.success({data: items});
|
||||
}
|
||||
},
|
||||
|
|
@ -4094,8 +4094,8 @@
|
|||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({id: '', description: ''});
|
||||
items.push({id: 'modp1024', description: 'modp1024'});
|
||||
items.push({id: 'modp1536', description: 'modp1536'});
|
||||
items.push({id: 'modp1024', description: 'Group 2(modp1024)'});
|
||||
items.push({id: 'modp1536', description: 'Group 5(modp1536)'});
|
||||
args.response.success({data: items});
|
||||
}
|
||||
},
|
||||
|
|
@ -4318,8 +4318,8 @@
|
|||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({id: '', description: ''});
|
||||
items.push({id: 'modp1024', description: 'modp1024'});
|
||||
items.push({id: 'modp1536', description: 'modp1536'});
|
||||
items.push({id: 'modp1024', description: 'Group 2(modp1024)'});
|
||||
items.push({id: 'modp1536', description: 'Group 5(modp1536)'});
|
||||
args.response.success({data: items});
|
||||
}
|
||||
},
|
||||
|
|
@ -4353,8 +4353,8 @@
|
|||
select: function(args) {
|
||||
var items = [];
|
||||
items.push({id: '', description: ''});
|
||||
items.push({id: 'modp1024', description: 'modp1024'});
|
||||
items.push({id: 'modp1536', description: 'modp1536'});
|
||||
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