towerops/lib/towerops_web/live/device_live
Graham McIntire f05cc32ef6 fix dns/ping check execution and checks table alignment (#72)
## Summary
- **DNS checks**: `parse_server` returned a flat 5-tuple `{a,b,c,d,53}` instead of `{{a,b,c,d}, 53}` — the format `:inet_res` requires for nameservers. All DNS checks using a custom server failed with argument error.
- **Ping checks**: `System.cmd` `:timeout` option not supported on Elixir 1.19.4 (staging). Replaced with `Task.async`/`Task.yield` wrapper for cross-version compatibility.
- **Checks table UI**: Removed unnecessary flex div wrapper on status badge column that caused vertical misalignment with other table cells.

## Test plan
- [x] DNS executor tests pass (custom server resolution now succeeds)
- [x] Ping executor tests pass (no more ArgumentError)
- [x] Full test suite passes (8593 tests, 0 new failures)

Reviewed-on: graham/towerops-web#72
2026-03-18 14:05:37 -05:00
..
form.ex feat: add on-call schedules and escalation policies 2026-03-11 12:32:54 -05:00
form.html.heex feat: add on-call schedules and escalation policies 2026-03-11 12:32:54 -05:00
index.ex ui/remove-device-type-column (#49) 2026-03-16 16:38:00 -05:00
index.html.heex fix-sticky-header-overlap (#60) 2026-03-17 13:21:58 -05:00
show.ex add ssl/tls certificate expiration check type (#64) 2026-03-17 16:14:22 -05:00
show.html.heex fix dns/ping check execution and checks table alignment (#72) 2026-03-18 14:05:37 -05:00