changed FIRMWARE column title

This commit is contained in:
Toan Do
2020-09-14 17:05:04 -04:00
parent 46c860f310
commit 01dbd0a887

View File

@@ -64,7 +64,7 @@ const accessPointsTableColumns = [
render: renderTableCell, render: renderTableCell,
}, },
{ {
title: 'FIRMWARE VERSION', title: 'FIRMWARE',
dataIndex: ['status', 'firmware', 'detailsJSON', 'activeSwVersion'], dataIndex: ['status', 'firmware', 'detailsJSON', 'activeSwVersion'],
render: renderTableCell, render: renderTableCell,
}, },