remove ssid and dest on packet/:callsign

This commit is contained in:
Graham McIntire 2025-06-21 21:32:01 -05:00
parent 318970ff9e
commit f27a6e2a4e
No known key found for this signature in database

View file

@ -63,17 +63,11 @@
<:col :let={packet} label="Sender">
<span class="text-sm text-gray-900 font-medium">{packet.sender}</span>
</:col>
<:col :let={packet} label="SSID">
<span class="text-sm text-gray-900">{packet.ssid}</span>
</:col>
<:col :let={packet} label="Data Type">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800">
{packet.data_type}
</span>
</:col>
<:col :let={packet} label="Destination">
<span class="text-sm text-gray-900">{packet.destination}</span>
</:col>
<:col :let={packet} label="Information">
<span class="text-sm text-gray-900 font-mono">
<%= if String.length(packet.information_field || "") > 50 do %>