mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-10-29 09:52:31 +00:00
[WIFI-12441] Added export button to device table
Signed-off-by: Charles <charles.bourque96@gmail.com>
This commit is contained in:
2
.env
2
.env
@@ -1 +1 @@
|
||||
VITE_UCENTRALSEC_URL="https://sec-dev01.cicd.lab.wlan.tip.build:16001"
|
||||
VITE_UCENTRALSEC_URL="https://ucentral.dpaas.arilia.com:16001"
|
||||
|
||||
@@ -55,7 +55,8 @@ const getDevicesProvisioningStatus = async (serialNumbers: string[]) =>
|
||||
provisioning,
|
||||
};
|
||||
}),
|
||||
);
|
||||
)
|
||||
.catch(() => []);
|
||||
|
||||
const getDeviceGatewayInfo = (limit: number, offset: number) =>
|
||||
axiosGw
|
||||
|
||||
Reference in New Issue
Block a user