[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:19:11 +02:00
parent efc80a183b
commit b080b73b97
2 changed files with 6 additions and 6 deletions

2
.env
View File

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

10
package-lock.json generated
View File

@@ -60,9 +60,9 @@
"devDependencies": {
"@types/google.maps": "^3.52.5",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react": "^18.0.37",
"@types/react-csv": "^1.1.3",
"@types/react-datepicker": "4.8.0",
"@types/react-datepicker": "4.10.0",
"@types/react-dom": "^18.0.11",
"@types/react-table": "^7.7.14",
"@types/react-virtualized-auto-sizer": "^1.0.1",
@@ -2411,9 +2411,9 @@
}
},
"node_modules/@types/react-datepicker": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/@types/react-datepicker/-/react-datepicker-4.8.0.tgz",
"integrity": "sha512-20uzZsIf4moPAjjHDfPvH8UaOHZBxrkiQZoLS3wgKq8Xhp+95gdercLEdoA7/I8nR9R5Jz2qQkdMIM+Lq4AS1A==",
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/@types/react-datepicker/-/react-datepicker-4.10.0.tgz",
"integrity": "sha512-Cq+ks20vBIU6XN67TbkCHu8M7V46Y6vJrKE2n+8q/GfueJyWWTIKeC3Z7cz/d+qxGDq/VCrqA929R0U4lNuztg==",
"dev": true,
"dependencies": {
"@popperjs/core": "^2.9.2",