[WIFI-12441] Added export button to device table

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

2
.env
View File

@@ -1 +1 @@
VITE_UCENTRALSEC_URL="https://sec-dev01.cicd.lab.wlan.tip.build:16001" VITE_UCENTRALSEC_URL="https://ucentral.dpaas.arilia.com:16001"

View File

@@ -55,7 +55,8 @@ const getDevicesProvisioningStatus = async (serialNumbers: string[]) =>
provisioning, provisioning,
}; };
}), }),
); )
.catch(() => []);
const getDeviceGatewayInfo = (limit: number, offset: number) => const getDeviceGatewayInfo = (limit: number, offset: number) =>
axiosGw axiosGw