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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to