mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 23:50:22 +00:00
Regroup all 47 panels under correct subsystem rows and fix the broken row structure. Previously the "NodeStore I/O" row had no gridPos and collided at y=32 with an appended "Extended Metrics" catch-all row, so NodeStore I/O rendered empty and its panels landed under the wrong header. - Rows: Overview (top), Operating Mode, NodeStore I/O, Jobs, Caches, Server Info, Complete Ledgers & DB, Ledger Economy. Drop the stray "Extended Metrics" row; each panel now sits under its subsystem. - Normalize panel heights to three buckets: 12 (standard), 16 (emphasis / detail plots), 24 (Operating Mode state timeline). Widths stay half (12) or full (24). - Contiguous, non-overlapping gridPos; all 47 panels preserved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>