mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-29 17:32:20 +00:00
Icon for AP
This commit is contained in:
@@ -150,7 +150,7 @@ const DeviceListDisplay = ({ devices, loading, updateDevicesPerPage, pageCount,
|
||||
];
|
||||
|
||||
const getDeviceIcon = (deviceType) => {
|
||||
if (deviceType === 'AP_Default') {
|
||||
if (deviceType === 'AP_Default' || deviceType === 'AP') {
|
||||
return <img src={apIcon} style={{ height: '32px', width: '32px' }} alt="IOT" />;
|
||||
// return <CIcon name="cilRouter" size="2xl" alt="AP" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user