update: adjust column widths in ListDevice component for better layout
This commit is contained in:
@@ -45,7 +45,7 @@ const columns = (items, handleClickMenu) => [
|
|||||||
title: 'Device Code',
|
title: 'Device Code',
|
||||||
dataIndex: 'device_code',
|
dataIndex: 'device_code',
|
||||||
key: 'device_code',
|
key: 'device_code',
|
||||||
width: '8%',
|
width: '5%',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Device Name',
|
title: 'Device Name',
|
||||||
@@ -57,13 +57,13 @@ const columns = (items, handleClickMenu) => [
|
|||||||
title: 'Location',
|
title: 'Location',
|
||||||
dataIndex: 'device_location',
|
dataIndex: 'device_location',
|
||||||
key: 'device_location',
|
key: 'device_location',
|
||||||
width: '12%',
|
width: '10%',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'IP Address',
|
title: 'IP Address',
|
||||||
dataIndex: 'ip_address',
|
dataIndex: 'ip_address',
|
||||||
key: 'ip_address',
|
key: 'ip_address',
|
||||||
width: '13%',
|
width: '10%',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Status',
|
title: 'Status',
|
||||||
|
|||||||
Reference in New Issue
Block a user