mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
Carries the layout fix to the dashboards this branch owns. A repeating panel claims the whole row once it expands per network, so the non-repeating panel paired beside it was pushed down while keeping its stored x=12 - rendering on the right with an empty gap on its left. Repeating panels now get a row to themselves, keeping w=12 so their copies still tile two across. Single-value panels are grouped to the top of each row section so the charts that follow pair with each other rather than being separated by an interleaved repeat. Verified against origin/phase9: no panel lost, every targets block unchanged, ids 1..N, no overlaps, no rows with a left-hand gap.