[WIFI-12515] Display simulated status in device table

Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
Charles
2023-04-18 11:47:27 +02:00
parent 82e153c277
commit 53b3926e29
3 changed files with 4 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ const BADGE_COLORS: Record<string, string> = {
NO_CERTIFICATE: 'red',
MISMATCH_SERIAL: 'yellow',
VERIFIED: 'green',
SIMULATED: 'purple',
};
const DeviceListCard = () => {