UI: Display Firewall, LB and Port Forwading rules tab for CKS clusters deployed on isolated networks (#9458)

This commit is contained in:
Pearl Dsilva 2024-07-29 00:05:55 -04:00 committed by GitHub
parent 33be0ae745
commit cf0e44dd7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ export default {
if (this.arrayHasItems(networks)) {
this.network = networks[0]
}
resolve(this.network)
})
this.networkLoading = false
})