mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
ui: fix guest traffic vlan input (#6895)
Fixes VLAN input while adding guest traffic type for the physical network in the zone wizard. When adding a zone physical network is not updated with the guest traffic vlan, resulting in network, vm deployments failures. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
296035d9a5
commit
fca5715db1
@ -103,7 +103,8 @@ export default {
|
||||
wrapperCol: { span: 12 }
|
||||
},
|
||||
validStatus: '',
|
||||
validMessage: ''
|
||||
validMessage: '',
|
||||
formModel: {}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user