From a90d39142f203be8e7a9e45534d8109469da1cf4 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 16 Aug 2012 21:25:18 +0530 Subject: [PATCH] CS-16018:InterVlan- Blank Options on Add VPN Customer Gateway replaced by Group2mod(1024p) --- ui/scripts/network.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index cfb3947d012..1745df663cb 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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});