remove ssid and dest on packet/:callsign
This commit is contained in:
parent
318970ff9e
commit
f27a6e2a4e
1 changed files with 0 additions and 6 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue