mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-01 10:47:45 +00:00
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "2.6.8",
|
"version": "2.6.10",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "2.6.8",
|
"version": "2.6.10",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^3.4.0",
|
"@coreui/coreui": "^3.4.0",
|
||||||
"@coreui/icons": "^2.0.1",
|
"@coreui/icons": "^2.0.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "2.6.8",
|
"version": "2.6.10",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coreui/coreui": "^3.4.0",
|
"@coreui/coreui": "^3.4.0",
|
||||||
"@coreui/icons": "^2.0.1",
|
"@coreui/icons": "^2.0.1",
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ const WifiAnalysis = () => {
|
|||||||
|
|
||||||
if ('associations' in ssid) {
|
if ('associations' in ssid) {
|
||||||
for (const association of ssid.associations) {
|
for (const association of ssid.associations) {
|
||||||
bssidObj[association.bssid] = 0;
|
bssidObj[association.station] = 0;
|
||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
radio: radioInfo,
|
radio: radioInfo,
|
||||||
@@ -181,7 +181,7 @@ const WifiAnalysis = () => {
|
|||||||
for (let i = 0; i < newParsedAssociationStats.length; i += 1) {
|
for (let i = 0; i < newParsedAssociationStats.length; i += 1) {
|
||||||
for (let y = 0; y < newParsedAssociationStats[i].length; y += 1) {
|
for (let y = 0; y < newParsedAssociationStats[i].length; y += 1) {
|
||||||
newParsedAssociationStats[i][y].vendor =
|
newParsedAssociationStats[i][y].vendor =
|
||||||
vendors[newParsedAssociationStats[i][y].bssid] ?? '-';
|
vendors[newParsedAssociationStats[i][y].station] ?? '-';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user