mirror of https://github.com/apache/cloudstack.git
zone: fix lint issue in wizard
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
bc13fe2499
commit
2b884ce52c
|
|
@ -1088,7 +1088,6 @@ export default {
|
|||
let updatedCount = 0
|
||||
|
||||
for (let index = 0; index < physicalNetworksHavingGuestIncludingVlan.length; index++) {
|
||||
const network = physicalNetworksHavingGuestIncludingVlan[index]
|
||||
let vlan = null
|
||||
|
||||
if (!this.prefillContent.vlanRangeEnd || !this.prefillContent.vlanRangeEnd.value) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue