Two linked improvements to the Network Speed graph and Interface Statistics card:
Show interface descriptions alongside identifiers — e.g. "eth1 — Optic" instead of just "eth1". Applies to both the traffic graph widget and the Interface Statistics list. (Some interfaces like eth1/eth2 already show descriptions in the stats view, so it's partially there.)
Make interface names clickable links that navigate to the Interfaces config page, pre-filtered to that specific interface. So clicking "eth1" in Interface Statistics takes you straight to eth1's config, using the search/filter bar to isolate it — important when users have hundreds of interfaces. (Maybe with some color highlight to highlight the interface)
Caveat: Clicking should only navigate when the dashboard is in view mode. In Edit Dashboard mode, the click event is already used for widget manipulation, so the link behavior must be suppressed there.
Essentially: surface descriptions everywhere interfaces are shown, and turn every interface identifier into a deep-link to its config page.
Two linked improvements to the Network Speed graph and Interface Statistics card:
Show interface descriptions alongside identifiers — e.g. "eth1 — Optic" instead of just "eth1". Applies to both the traffic graph widget and the Interface Statistics list. (Some interfaces like eth1/eth2 already show descriptions in the stats view, so it's partially there.)
Make interface names clickable links that navigate to the Interfaces config page, pre-filtered to that specific interface. So clicking "eth1" in Interface Statistics takes you straight to eth1's config, using the search/filter bar to isolate it — important when users have hundreds of interfaces. (Maybe with some color highlight to highlight the interface)
Caveat: Clicking should only navigate when the dashboard is in view mode. In Edit Dashboard mode, the click event is already used for widget manipulation, so the link behavior must be suppressed there.
Essentially: surface descriptions everywhere interfaces are shown, and turn every interface identifier into a deep-link to its config page.