Skip to content

Commit 08bfb44

Browse files
authored
ui: Add project switch to the Kubernetes tab (#6260)
1 parent b4ac98e commit 08bfb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ export default {
750750
}
751751
752752
this.projectView = Boolean(store.getters.project && store.getters.project.id)
753-
this.hasProjectId = ['vm', 'vmgroup', 'ssh', 'affinitygroup', 'volume', 'snapshot', 'vmsnapshot', 'guestnetwork', 'vpc', 'securitygroups', 'publicip', 'vpncustomergateway', 'template', 'iso', 'event'].includes(this.$route.name)
753+
this.hasProjectId = ['vm', 'vmgroup', 'ssh', 'affinitygroup', 'volume', 'snapshot', 'vmsnapshot', 'guestnetwork', 'vpc', 'securitygroups', 'publicip', 'vpncustomergateway', 'template', 'iso', 'event', 'kubernetes'].includes(this.$route.name)
754754
755755
if ((this.$route && this.$route.params && this.$route.params.id) || this.$route.query.dataView) {
756756
this.dataView = true

0 commit comments

Comments
 (0)