mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Guideline 8 asks for gauges and stats at the top. Seven dashboards had them scattered below charts, so the reader met a wall of time series before the at-a-glance numbers that give those series context. Stats, gauges and bar gauges now come first within each row section. The move is deliberately scoped to inside a section: shifting a panel across a row boundary would change which category it belongs to. Panels keep their relative order otherwise, so the reading sequence within each group is unchanged. Whole panel objects are cut and re-spliced as raw text, so their contents stay byte-identical and only gridPos and id are recomputed. Verified per dashboard: panel count unchanged, no panel lost, every targets block byte-identical, ids still 1..N, and no row section left with a stat below a chart.