Skip to content

Commit

Permalink
fix: fixed issue with shell not opening properly on some containers
Browse files Browse the repository at this point in the history
  • Loading branch information
unxsist committed Aug 16, 2024
1 parent 2f05b50 commit d3a323b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Pods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const rowActions: RowAction<V1Pod>[] = [
`${row.metadata?.name}/${container.name}`,
defineAsyncComponent(() => import("@/views/Shell.vue")),
{
kubeConfig: kubeConfig.value,
context: context.value,
namespace: row.metadata?.namespace ?? namespace.value,
pod: row,
Expand Down

0 comments on commit d3a323b

Please sign in to comment.