mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-02 19:57:58 +00:00
fixed macaddress
This commit is contained in:
@@ -59,7 +59,7 @@ const accessPointsTableColumns = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'MAC',
|
title: 'MAC',
|
||||||
dataIndex: ['baseMacAddress'],
|
dataIndex: 'baseMacAddress',
|
||||||
render: renderTableCell,
|
render: renderTableCell,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user