You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/08/17 01:49:03 UTC

[20/32] git commit: CS-16018:InterVlan- Blank Options on Add VPN Customer Gateway replaced by Group2mod(1024p)

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


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2b206cc3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2b206cc3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2b206cc3

Branch: refs/heads/4.0
Commit: 2b206cc30b8db54607dc6359eaba746c8be91cd0
Parents: 2da4468
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Aug 16 21:27:14 2012 +0530
Committer: Alex Huang <al...@citrix.com>
Committed: Thu Aug 16 16:38:18 2012 -0700

----------------------------------------------------------------------
 ui/scripts/network.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2b206cc3/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index db41bdf..e4081eb 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -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});