From 1323d7f32f57306d5916701596b47dfcbc7c65db Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 8 Aug 2012 13:59:34 +0530 Subject: [PATCH] CS-15903:Detail page of vpn connection miss ike/esp lifetime --- ui/scripts/vpc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index c3f434dcfe3..ae9c844e90b 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 } }