This is an automated email from the ASF dual-hosted git repository.
rohit 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 fca5715db13 ui: fix guest traffic vlan input (#6895)
fca5715db13 is described below
commit fca5715db13bfb2ce713bf625c96bdb023f14c51
Author: Abhishek Kumar <[email protected]>
AuthorDate: Wed Nov 23 19:03:52 2022 +0530
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 <[email protected]>
---
ui/src/views/infra/zone/AdvancedGuestTrafficForm.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ui/src/views/infra/zone/AdvancedGuestTrafficForm.vue
b/ui/src/views/infra/zone/AdvancedGuestTrafficForm.vue
index 572be5448fd..515be333f98 100644
--- a/ui/src/views/infra/zone/AdvancedGuestTrafficForm.vue
+++ b/ui/src/views/infra/zone/AdvancedGuestTrafficForm.vue
@@ -103,7 +103,8 @@ export default {
wrapperCol: { span: 12 }
},
validStatus: '',
- validMessage: ''
+ validMessage: '',
+ formModel: {}
}
},
watch: {