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:
Abhishek Kumar 2022-11-23 19:03:52 +05:30 committed by GitHub
parent 296035d9a5
commit fca5715db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,8 @@ export default {
wrapperCol: { span: 12 }
},
validStatus: '',
validMessage: ''
validMessage: '',
formModel: {}
}
},
watch: {