CS-16018:InterVlan- Blank Options on Add VPN Customer Gateway replaced by Group2mod(1024p)

This commit is contained in:
Pranav Saxena 2012-08-16 21:25:18 +05:30
parent 8254edc25a
commit a90d39142f
1 changed files with 2 additions and 2 deletions

View File

@ -4074,7 +4074,7 @@ than one',
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});
@ -4106,7 +4106,7 @@ than one',
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});