File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 487487 >
488488 <div @keyup.ctrl.enter =" handleAddNewRule" >
489489 <span
490- v-if =" 'vpcid' in resource && (!('associatednetworkid' in resource) || this. vpcConserveMode)" >
490+ v-if =" 'vpcid' in resource && (!('associatednetworkid' in resource) || vpcConserveMode)" >
491491 <strong >{{ $t('label.select.tier') }} </strong >
492492 <a-select
493- v-focus =" 'vpcid' in resource && (!('associatednetworkid' in resource) || this. vpcConserveMode)"
493+ v-focus =" 'vpcid' in resource && (!('associatednetworkid' in resource) || vpcConserveMode)"
494494 v-model:value =" selectedTier"
495495 @change =" fetchVirtualMachines()"
496496 :placeholder =" $t('label.select.tier')"
Original file line number Diff line number Diff line change 216216 @cancel =" closeModal" >
217217 <div v-ctrl-enter =" addRule" >
218218 <span
219- v-if =" 'vpcid' in resource && (!('associatednetworkid' in resource) || this. vpcConserveMode)" >
219+ v-if =" 'vpcid' in resource && (!('associatednetworkid' in resource) || vpcConserveMode)" >
220220 <strong >{{ $t('label.select.tier') }} </strong >
221221 <a-select
222- : v-focus =" 'vpcid' in resource && (!('associatednetworkid' in resource) || this. vpcConserveMode)"
222+ v-focus =" 'vpcid' in resource && (!('associatednetworkid' in resource) || vpcConserveMode)"
223223 v-model:value =" selectedTier"
224224 @change =" fetchVirtualMachines()"
225225 :placeholder =" $t('label.select.tier')"
@@ -800,7 +800,7 @@ export default {
800800 this .newRule .virtualmachineid = e .target .value
801801 getAPI (' listNics' , {
802802 virtualmachineid: e .target .value ,
803- networkId : (' vpcid' in this .resource && (! (' associatednetworkid' in this .resource ) || this .vpcConserveMode )) ? this .selectedTier : this .resource .associatednetworkid
803+ networkid : (' vpcid' in this .resource && (! (' associatednetworkid' in this .resource ) || this .vpcConserveMode )) ? this .selectedTier : this .resource .associatednetworkid
804804 }).then (response => {
805805 if (! response .listnicsresponse .nic || response .listnicsresponse .nic .length < 1 ) return
806806 const nic = response .listnicsresponse .nic [0 ]
You can’t perform that action at this time.
0 commit comments