mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
VPC UI, VPN connections: fix 'DPD' boolean field
This commit is contained in:
parent
41afde3207
commit
241d83aa09
@ -1039,7 +1039,12 @@
|
||||
esppolicy: { label: 'ESP policy' },
|
||||
ikelifetime: { label: 'IKE Lifetime (second)' },
|
||||
esplifetime: {label: 'ESP Lifetime(second)' },
|
||||
// dpd: {label: 'Dead Peer Detection'},
|
||||
dpd: {
|
||||
label: 'Dead Peer Detection',
|
||||
converter: function(str) {
|
||||
return str ? 'Yes' : 'No';
|
||||
}
|
||||
},
|
||||
state: {label: 'State' },
|
||||
created: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user