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 } }