Commit e647807
exporters:html: fix I/O log links when not-supported jobs exist (BugFix) (#2443)
exporters:html: Fix I/O log anchor mismatch with not-supported jobs (BugFix)
The I/O log page generation loop was missing the 'not-supported' outcome
filter that was already applied to the table display loop. This caused
loop.index to diverge when a not-supported job appeared alphabetically
before a pass/fail job in the same category, linking the wrong I/O log.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 218659c commit e647807
2 files changed
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
0 commit comments