mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-730: UI > VPC > Router > site-to-site VPN > VPN Connection > detailView > add "Passive" field.
This commit is contained in:
parent
e60037cb80
commit
c350999c93
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue