We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d33ef1 commit 30e916dCopy full SHA for 30e916d
ui/src/views/network/PortForwarding.vue
@@ -642,7 +642,7 @@ export default {
642
if (this.loading) return
643
this.loading = true
644
this.addVmModalVisible = false
645
- const networkId = ('vpcid' in this.resource && (!('associatednetworkid' in this.resource || this.vpcConserveMode))) ? this.selectedTier : this.resource.associatednetworkid
+ const networkId = ('vpcid' in this.resource && (!('associatednetworkid' in this.resource) || this.vpcConserveMode)) ? this.selectedTier : this.resource.associatednetworkid
646
postAPI('createPortForwardingRule', {
647
...this.newRule,
648
ipaddressid: this.resource.id,
0 commit comments