mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
The panel built its legend with label_replace from the `from` label alone, so every edge leaving a mode collapsed onto one series: connected->syncing and connected->full both drew as "connected". The whole point of the from/to pair is to tell a healthy climb from flapping, and that was exactly what the legend hid. label_replace cannot concatenate two labels. label_join can, which is the pattern the consensus board already uses for its multi-label legends, so the series now reads "from -> to". Also regenerates the Grafana Cloud copy of the board. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>