From f27a6e2a4e5fb30a6abff16ec67a5b8fb5236d41 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 21 Jun 2025 21:32:01 -0500 Subject: [PATCH] remove ssid and dest on packet/:callsign --- lib/aprs_web/live/packets_live/callsign_view.html.heex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/aprs_web/live/packets_live/callsign_view.html.heex b/lib/aprs_web/live/packets_live/callsign_view.html.heex index ddab735..0a5161a 100644 --- a/lib/aprs_web/live/packets_live/callsign_view.html.heex +++ b/lib/aprs_web/live/packets_live/callsign_view.html.heex @@ -63,17 +63,11 @@ <:col :let={packet} label="Sender"> {packet.sender} - <:col :let={packet} label="SSID"> - {packet.ssid} - <:col :let={packet} label="Data Type"> {packet.data_type} - <:col :let={packet} label="Destination"> - {packet.destination} - <:col :let={packet} label="Information"> <%= if String.length(packet.information_field || "") > 50 do %>