Updated Branches: refs/heads/vpc 1aea98f62 -> 1323d7f32
CS-15903:Detail page of vpn connection miss ike/esp lifetime Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1323d7f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1323d7f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1323d7f3 Branch: refs/heads/vpc Commit: 1323d7f32f57306d5916701596b47dfcbc7c65db Parents: 1aea98f Author: Pranav Saxena <[email protected]> Authored: Wed Aug 8 13:59:34 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Wed Aug 8 13:59:34 2012 +0530 ---------------------------------------------------------------------- ui/scripts/vpc.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1323d7f3/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index c3f434d..ae9c844 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -1019,7 +1019,9 @@ ipsecpsk: { label: 'IPsec Preshared-Key' }, ikepolicy: { label: 'IKE policy' }, esppolicy: { label: 'ESP policy' }, - lifetime: { label: 'Lifetime (second)' }, + ikelifetime: { label: 'IKE Lifetime (second)' }, + esplifetime: {label: 'ESP Lifetime(second)' }, + // dpd: {label: 'Dead Peer Detection'}, state: {label: 'State' }, created: { label: 'label.date', converter: cloudStack.converters.toLocalDate } }
