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

dahn pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new 4bb43f7879d UI: do not show FW/LB/PF tabs for CKS cluster in advanced 
network with SG (#7076)
4bb43f7879d is described below

commit 4bb43f7879db0d64f852d89ca959eccbb4802579
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Jan 12 17:40:26 2023 +0100

    UI: do not show FW/LB/PF tabs for CKS cluster in advanced network with SG 
(#7076)
---
 ui/src/views/compute/KubernetesServiceTab.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/views/compute/KubernetesServiceTab.vue 
b/ui/src/views/compute/KubernetesServiceTab.vue
index bd2b38ddba3..b3667889c87 100644
--- a/ui/src/views/compute/KubernetesServiceTab.vue
+++ b/ui/src/views/compute/KubernetesServiceTab.vue
@@ -199,7 +199,7 @@ export default {
       vmColumns: [],
       networkLoading: false,
       network: {},
-      publicIpAddress: {},
+      publicIpAddress: null,
       currentTab: 'details',
       cksSshStartingPort: 2222,
       annotations: []

Reply via email to