(
|
{getDeviceIcon(item.deviceType) ?? item.deviceType}
|
),
firmware: (item) => (
{cropStringWithEllipsis(item.firmware, 22)}
|
),
manufacturer: (item) => (
{cropStringWithEllipsis(item.manufacturer, 23)}
|
),
txBytes: (item) => {cleanBytesString(item.txBytes)} | ,
rxBytes: (item) => {cleanBytesString(item.rxBytes)} | ,
ipAddress: (item) => (
{cropStringWithEllipsis(item.ipAddress, 22)}
|
),
refresh: () => (
|
),
show_details: (item) => (
`/devices/${item.serialNumber}`}
>
|
),
}}
/>