CLOUDSTACK-730: UI > VPC > Router > site-to-site VPN > VPN Connection > detailView > add "Passive" field.

This commit is contained in:
Jessica Wang 2013-11-04 15:34:48 -08:00
parent e60037cb80
commit c350999c93
1 changed files with 5 additions and 5 deletions

View File

@ -2858,13 +2858,13 @@
id: {
label: 'label.id'
},
//s2svpngatewayid: { label: 'VPN gateway ID' },
passive: {
label: 'Passive',
converter: cloudStack.converters.toBooleanText
},
publicip: {
label: 'label.ip.address'
},
//s2scustomergatewayid: { label: 'Customer gateway ID' },
},
gateway: {
label: 'label.gateway'
},