mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02: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' },
|
esppolicy: { label: 'ESP policy' },
|
||||||
ikelifetime: { label: 'IKE Lifetime (second)' },
|
ikelifetime: { label: 'IKE Lifetime (second)' },
|
||||||
esplifetime: {label: 'ESP 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' },
|
state: {label: 'State' },
|
||||||
created: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
|
created: { label: 'label.date', converter: cloudStack.converters.toLocalDate }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user