mirror of https://github.com/apache/cloudstack.git
CS-15903:Detail page of vpn connection miss ike/esp lifetime
This commit is contained in:
parent
1aea98f622
commit
1323d7f32f
|
|
@ -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 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue