This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push:
new b26b70c40d6 Fix public IP range addition form (#13356)
b26b70c40d6 is described below
commit b26b70c40d60afe2606aca2a59945e3aec707539
Author: Gustavo Rück <[email protected]>
AuthorDate: Wed Jun 17 05:16:08 2026 -0300
Fix public IP range addition form (#13356)
Co-authored-by: Gustavo Rück <[email protected]>
---
ui/src/views/infra/network/IpRangesTabPublic.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ui/src/views/infra/network/IpRangesTabPublic.vue
b/ui/src/views/infra/network/IpRangesTabPublic.vue
index 1ae581ca0b4..114e949478d 100644
--- a/ui/src/views/infra/network/IpRangesTabPublic.vue
+++ b/ui/src/views/infra/network/IpRangesTabPublic.vue
@@ -590,6 +590,10 @@ export default {
handleShowAccountFields () {
if (this.showAccountFields) {
this.fetchDomains()
+ } else {
+ this.form.account = null
+ this.form.domain = null
+ this.form.forsystemvms = false
}
},
handleOpenAddIpRangeModal () {