From aefdfd500fb441d14bafe3d03edfdca1e78953bf Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 06:38:54 +0000 Subject: [PATCH] Move replay button next to View Route in packet detail --- public/packets.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/packets.js b/public/packets.js index 2b55fd3..e3543c4 100644 --- a/public/packets.js +++ b/public/packets.js @@ -475,13 +475,12 @@
Path
${pathHops.length ? renderPath(pathHops) : '—'}
${pathHops.length ? `` : ''} + ${hasRawHex ? `
${buildHexLegend(ranges)}
${createColoredHexDump(pkt.raw_hex, ranges)}
` : ''} ${hasRawHex ? buildFieldTable(pkt, decoded, pathHops, ranges) : buildDecodedTable(decoded)} - - `; // Wire up replay button