Skip to content

Commit 4bb43f7

Browse files
UI: do not show FW/LB/PF tabs for CKS cluster in advanced network with SG (#7076)
1 parent e5158b2 commit 4bb43f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/compute/KubernetesServiceTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default {
199199
vmColumns: [],
200200
networkLoading: false,
201201
network: {},
202-
publicIpAddress: {},
202+
publicIpAddress: null,
203203
currentTab: 'details',
204204
cksSshStartingPort: 2222,
205205
annotations: []

0 commit comments

Comments
 (0)