diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 064e0736d4c..1529542e91a 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -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 } }