Loading...
) : (
Device ID
MAC Address
Deployment
Description
Location
Firmware
{filteredDevices.length === 0 ? (
No devices found
) : (
filteredDevices.map((dev) => (
#{dev.device_id}
{dev.device_mac}
{dev.well_id ? (
) : (
Unassigned
)}
{dev.description || '—'}
{getLocationLabel(dev.location)}
{dev.fw_version || '—'}
))
)}
)}