Icon for AP

This commit is contained in:
bourquecharles
2021-05-18 19:07:32 -04:00
parent 124b407267
commit 4948b7b9d4

View File

@@ -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" />;
}