mirror of https://github.com/apache/cloudstack.git
UI: fix default network is not passed to deployvm API (#7367)
This line was changed in #5080, but reverted in #5151
This commit is contained in:
parent
b5c5d19666
commit
9e1c7a2a90
|
|
@ -1634,7 +1634,7 @@ export default {
|
|||
this.form.networkids = ids
|
||||
},
|
||||
updateDefaultNetworks (id) {
|
||||
this.defaultNetwork = id
|
||||
this.defaultnetworkid = id
|
||||
this.form.defaultnetworkid = id
|
||||
},
|
||||
updateNetworkConfig (networks) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue