mirror of https://github.com/apache/cloudstack.git
Fix public IP range addition form (#13356)
Co-authored-by: Gustavo Rück <gustavo.silveira@scclouds.com.br>
This commit is contained in:
parent
0bbea20062
commit
b26b70c40d
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue