weizhouapache commented on code in PR #11507:
URL: https://github.com/apache/cloudstack/pull/11507#discussion_r2330235904


##########
ui/src/views/compute/wizard/MultiNetworkSelection.vue:
##########
@@ -280,6 +280,16 @@ export default {
       }
       this.sendValuesTimed()
     },
+    getDefaultNetwork (record) {
+      if (record.vlanid && record.vlanid !== -1) {
+        const matched = this.validNetworks[record.id].filter(x => 
Number(x.vlan) === record.vlanid)

Review Comment:
   @abh1sar 
   x.vlan looks like `vlan://2472`, but record.vlanid looks like `2472`, or 
vice versa
   
   can you have a look ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to