Commit a249856
fix: resolve missing experiment pod logs issue (#5207)
Fixed missing experiment pod logs by updating relevant entities and components.
Updated workflowRun entity, CustomStepLog controller, and ExperimentRunDetailsPanel
to properly handle and display experiment pod logs.
Signed-off-by: Harshit Panchbhai <[email protected]>
Co-authored-by: Amit Kumar Das <[email protected]>
Co-authored-by: Pritesh Kiri <[email protected]>1 parent e6f0a1f commit a249856
File tree
3 files changed
+3
-3
lines changed- chaoscenter/web/src
- api/entities
- controllers/CustomStepLog
- views/ExperimentRunDetailsPanel
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments