mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 01:42:19 +00:00
Cleaned device list columns
This commit is contained in:
@@ -113,11 +113,7 @@ const DeviceListDisplay = ({ devices, refresh, toggleDetails, details, loading,
|
||||
,filter: false
|
||||
,label: 'Configuration Change'
|
||||
},
|
||||
{
|
||||
key: 'lastConfigurationDownload'
|
||||
,filter: false
|
||||
,label: 'Configuration Download'
|
||||
},
|
||||
{ key: 'firmware', filter: false },
|
||||
{ key: 'deviceType'},
|
||||
{ key: 'connected'},
|
||||
{ key: 'txBytes', filter: false },
|
||||
@@ -158,6 +154,7 @@ const DeviceListDisplay = ({ devices, refresh, toggleDetails, details, loading,
|
||||
columnFilter
|
||||
itemsPerPageSelect
|
||||
itemsPerPage={10}
|
||||
border
|
||||
hover
|
||||
sorter
|
||||
pagination
|
||||
@@ -187,12 +184,6 @@ const DeviceListDisplay = ({ devices, refresh, toggleDetails, details, loading,
|
||||
{item.ipAddress ?? 'N/A'}
|
||||
</td>
|
||||
),
|
||||
'lastConfigurationDownload':
|
||||
(item)=>(
|
||||
<td>
|
||||
{cleanTimestamp(item.lastConfigurationDownload)}
|
||||
</td>
|
||||
),
|
||||
'connected':
|
||||
(item)=>(
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user