This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new 9e1c7a2a90d UI: fix default network is not passed to deployvm API 
(#7367)
9e1c7a2a90d is described below

commit 9e1c7a2a90dd5481d7d45d1fd6b9bee573f2afa1
Author: Wei Zhou <weiz...@apache.org>
AuthorDate: Tue Mar 28 09:23:01 2023 +0200

    UI: fix default network is not passed to deployvm API (#7367)
    
    This line was changed in #5080, but reverted in #5151
---
 ui/src/views/compute/DeployVM.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/compute/DeployVM.vue 
b/ui/src/views/compute/DeployVM.vue
index 02f257a13c5..f0373999bf0 100644
--- a/ui/src/views/compute/DeployVM.vue
+++ b/ui/src/views/compute/DeployVM.vue
@@ -1634,7 +1634,7 @@ export default {
       this.form.networkids = ids
     },
     updateDefaultNetworks (id) {
-      this.defaultNetwork = id
+      this.defaultnetworkid = id
       this.form.defaultnetworkid = id
     },
     updateNetworkConfig (networks) {

Reply via email to