mirror of
				https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
				synced 2025-10-31 02:07:45 +00:00 
			
		
		
		
	[WIFI-12515] Display simulated status in device table
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | ||||
| { | ||||
|   "name": "ucentral-client", | ||||
|   "version": "2.10.0(19)", | ||||
|   "version": "2.10.0(20)", | ||||
|   "lockfileVersion": 3, | ||||
|   "requires": true, | ||||
|   "packages": { | ||||
|     "": { | ||||
|       "name": "ucentral-client", | ||||
|       "version": "2.10.0(19)", | ||||
|       "version": "2.10.0(20)", | ||||
|       "license": "ISC", | ||||
|       "dependencies": { | ||||
|         "@chakra-ui/icons": "^2.0.18", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "ucentral-client", | ||||
|   "version": "2.10.0(19)", | ||||
|   "version": "2.10.0(20)", | ||||
|   "description": "", | ||||
|   "private": true, | ||||
|   "main": "index.tsx", | ||||
|   | ||||
| @@ -65,6 +65,7 @@ const BADGE_COLORS: Record<string, string> = { | ||||
|   NO_CERTIFICATE: 'red', | ||||
|   MISMATCH_SERIAL: 'yellow', | ||||
|   VERIFIED: 'green', | ||||
|   SIMULATED: 'purple', | ||||
| }; | ||||
|  | ||||
| const DeviceListCard = () => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Charles
					Charles