From 88bad6cbcbba10aad5fc930d323cb1027f27db55 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 8 Aug 2012 13:52:42 +0530 Subject: [PATCH] CS-15903:Detail page of vpn connection miss ike/esp lifetime --- ui/scripts/vpc.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 672a805f2ad..e09673a4072 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -1011,8 +1011,10 @@ ipsecpsk: { label: 'IPsec Preshared-Key' }, ikepolicy: { label: 'IKE policy' }, esppolicy: { label: 'ESP policy' }, - lifetime: { label: 'Lifetime (second)' }, - state: {label: 'State' }, + 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 } } ],