mirror of https://github.com/apache/cloudstack.git
UI: Display Firewall, LB and Port Forwading rules tab for CKS clusters deployed on isolated networks (#9458)
This commit is contained in:
parent
33be0ae745
commit
cf0e44dd7e
|
|
@ -393,6 +393,7 @@ export default {
|
|||
if (this.arrayHasItems(networks)) {
|
||||
this.network = networks[0]
|
||||
}
|
||||
resolve(this.network)
|
||||
})
|
||||
this.networkLoading = false
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue