show raw device id
This commit is contained in:
parent
d15821e72e
commit
d393eb4daf
1 changed files with 5 additions and 1 deletions
|
|
@ -200,7 +200,11 @@
|
||||||
<div>
|
<div>
|
||||||
<dt class="text-xs font-medium text-gray-500">Device</dt>
|
<dt class="text-xs font-medium text-gray-500">Device</dt>
|
||||||
<dd class="mt-1 text-sm font-semibold text-gray-900">
|
<dd class="mt-1 text-sm font-semibold text-gray-900">
|
||||||
{@packet.manufacturer || ""} {@packet.equipment_type || ""}
|
<%= if @packet.manufacturer && @packet.manufacturer != "" do %>
|
||||||
|
{@packet.manufacturer} {@packet.equipment_type || ""}
|
||||||
|
<% else %>
|
||||||
|
<span class="text-gray-500 font-mono">{@packet.device_identifier || "Unknown"}</span>
|
||||||
|
<% end %>
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue