mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-28 17:02:21 +00:00
[OLS-106] Add new asterfusion images
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": "3.1.0(4)",
|
||||
"version": "3.1.0(5)",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ucentral-client",
|
||||
"version": "3.1.0(4)",
|
||||
"version": "3.1.0(5)",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@chakra-ui/anatomy": "^2.1.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ucentral-client",
|
||||
"version": "3.1.0(4)",
|
||||
"version": "3.1.0(5)",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"main": "index.tsx",
|
||||
|
||||
BIN
public/devices/asterfusion_CX204Y-24GT-M-SWP4.png
Normal file
BIN
public/devices/asterfusion_CX204Y-24GT-M-SWP4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 355 KiB |
BIN
public/devices/asterfusion_CX204Y-48GT-M-SWP4.png
Normal file
BIN
public/devices/asterfusion_CX204Y-48GT-M-SWP4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 467 KiB |
@@ -65,6 +65,8 @@ const DeviceSummary = ({ serialNumber }: Props) => {
|
||||
const getDeviceCompatible = () => {
|
||||
if (!getDevice.data?.compatible) return undefined;
|
||||
|
||||
if (getDevice.data.compatible.includes(' ')) return getDevice.data.compatible.replaceAll(' ', '_');
|
||||
|
||||
return getDevice.data?.compatible;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user