Commit 28239f2
OCPBUGS-81630: Fix unnecessary error on Node Terminal tab
Show a loading spinner while the debug pod is being created, instead of
briefly flashing "Debug pod not found or was deleted." The error occurred
because useK8sWatchResource(null) returns loaded=true before pod creation
completes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 46a9c16 commit 28239f2
File tree
1 file changed
+9
-5
lines changed- frontend/packages/console-app/src/components/nodes
1 file changed
+9
-5
lines changedLines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
257 | 261 | | |
258 | 262 | | |
259 | 263 | | |
0 commit comments