towerops/lib/towerops_web/live/device_live
Graham McIntire cc53dd6a64
fix: access interface stats through latest_stat association
The template accessed if_in_octets/if_out_octets directly on the
Interface struct, but these fields live on InterfaceStat. Access
through interface.latest_stat with nil guard to prevent KeyError
when the association is not loaded.
2026-03-06 13:02:21 -06:00
..
form.ex fix: comprehensive bug fixes from reliability audit 2026-03-05 08:53:30 -06:00
form.html.heex Fix dark mode inconsistencies across all pages 2026-02-16 10:31:52 -06:00
index.ex fix: comprehensive bug fixes from reliability audit 2026-03-05 08:53:30 -06:00
index.html.heex fix: correct subscriber counts by filtering CGNAT IPs and excluding routers 2026-02-18 09:15:10 -06:00
show.ex Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00
show.html.heex fix: access interface stats through latest_stat association 2026-03-06 13:02:21 -06:00