towerops/lib/towerops_web/live/device_live
Graham McIntire 10d1157ec3
fix agent discovery system OIDs returning no_such_name
gosnmp returns OIDs with leading dots (e.g., ".1.3.6.1.2.1.1.1.0")
but the Replay adapter did exact-match lookups without the dot.
Walks already normalized both sides, so interfaces worked. GETs
did not, breaking all system OID resolution (sysDescr, sysName, etc).
2026-02-11 12:46:44 -06:00
..
form.ex fix siteless devices not inheriting org default agent 2026-02-11 12:20:53 -06:00
form.html.heex fix bug on device add/edit page with mikrotik api fields showing 2026-02-09 13:01:47 -06:00
index.ex Add real-time device list with PubSub and LiveView streams 2026-02-10 17:38:58 -06:00
index.html.heex add row_link to table component for proper anchor tags 2026-02-11 08:46:03 -06:00
show.ex fix siteless devices not inheriting org default agent 2026-02-11 12:20:53 -06:00
show.html.heex fix agent discovery system OIDs returning no_such_name 2026-02-11 12:46:44 -06:00