Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit ec3e216

Browse files
committed
fix(plugins/plugin-kubectl): kubectl Logs tab does not handle Idle state
Fixes #7103
1 parent 2b38e9b commit ec3e216

File tree

1 file changed

+4
-0
lines changed
  • plugins/plugin-kubectl/src/lib/view/modes

1 file changed

+4
-0
lines changed

plugins/plugin-kubectl/src/lib/view/modes/logs.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ export class Logs extends Terminal<State> {
8686
message: 'Logs are live streaming.',
8787
type: 'info' as const
8888
},
89+
Idle: {
90+
message: 'Log streaming is idle.',
91+
type: 'warning' as const
92+
},
8993
Paused: {
9094
message: 'Log streaming is paused.',
9195
type: 'warning' as const

0 commit comments

Comments
 (0)