You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/07/31 13:00:34 UTC

git commit: CS-15724:S2S vpn- Customer vpn gateway page does not display all the configured parameters

Updated Branches:
  refs/heads/vpc e8d2ca48b -> 9644a6201


CS-15724:S2S vpn- Customer vpn gateway page does not display all the configured parameters


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

Branch: refs/heads/vpc
Commit: 9644a620146ed17a17aedf44bda0f2276081c5a2
Parents: e8d2ca4
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Jul 31 16:27:50 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Jul 31 16:27:50 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9644a620/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 0ae3850..9a7a569 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -4130,7 +4130,10 @@
 									{
 										cidrlist: { label: 'CIDR list' },
 										ipsecpsk: { label: 'IPsec Preshared-Key' }, 										
-										id: { label: 'label.id' },										
+										id: { label: 'label.id' },
+                                                                                ikepolicy: { label: 'IKE policy'},
+                                                                                esppolicy:{ label: 'ESP policy'},
+                                                                                lifetime :{label: 'Lifetime (second)'},
 										domain: { label: 'label.domain' },
 										account: { label: 'label.account' }												
                   }