From 6c33763d866d8ae99208c912ff65f37461b9be07 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 15 Aug 2012 13:57:08 -0700 Subject: [PATCH] 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)'. --- ui/scripts/network.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index a1bf726db83..52062255d86 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -4019,8 +4019,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}); } }, @@ -4051,8 +4051,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}); } }, @@ -4275,8 +4275,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}); } }, @@ -4310,8 +4310,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}); } },