You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Rerun viewer panes now work in saved HTML reports (show="html" / ShowMode.HTML). Previously the viewer failed because browsers block fetch() from file:// origins. The .rrd data is now base64-encoded directly into the viewer HTML page and loaded via the rerun open_channel() / send_rrd() API, bypassing the fetch entirely.
Multi-tab reports with rerun panes: tab files in _tabs/ now correctly reference ../_rrd/ instead of _rrd/, fixing broken relative paths.