This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a commit to branch cks-regression-isolated-net
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit d5ecaaa8b558aa540a55ea6caf8a46a2ad1e9916
Author: Pearl Dsilva <[email protected]>
AuthorDate: Fri Jul 26 10:37:50 2024 -0400

    UI: Display Firewall, LB and Port Forwading rules tab for CKS clusters 
deployed on isolated networks
---
 ui/src/views/compute/KubernetesServiceTab.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/views/compute/KubernetesServiceTab.vue 
b/ui/src/views/compute/KubernetesServiceTab.vue
index bdaa2eefde6..9bc80afae08 100644
--- a/ui/src/views/compute/KubernetesServiceTab.vue
+++ b/ui/src/views/compute/KubernetesServiceTab.vue
@@ -402,6 +402,7 @@ export default {
           if (this.arrayHasItems(networks)) {
             this.network = networks[0]
           }
+          resolve(this.network)
         })
         this.networkLoading = false
       })

Reply via email to