diff --git a/webapp/src/components/NetworkInfoView.vue b/webapp/src/components/NetworkInfoView.vue
index d2165c09..863c2a77 100644
--- a/webapp/src/components/NetworkInfoView.vue
+++ b/webapp/src/components/NetworkInfoView.vue
@@ -14,9 +14,9 @@
diff --git a/webapp/src/components/partials/InterfaceStationInfo.vue b/webapp/src/components/partials/InterfaceStationInfo.vue
index 09398d05..3f164267 100644
--- a/webapp/src/components/partials/InterfaceStationInfo.vue
+++ b/webapp/src/components/partials/InterfaceStationInfo.vue
@@ -5,8 +5,8 @@
-
-
+
+
| IP Address |
{{ networkDataList.sta_ip }} |
@@ -54,19 +54,6 @@ export default {
.then((response) => response.json())
.then((data) => (this.networkDataList = data));
},
- getRSSIasQuality(rssi) {
- var quality = 0;
-
- if (rssi <= -100) {
- quality = 0;
- } else if (rssi >= -50) {
- quality = 100;
- } else {
- quality = 2 * (rssi + 100);
- }
-
- return quality;
- },
},
};
diff --git a/webapp/src/components/partials/WifiApInfo.vue b/webapp/src/components/partials/WifiApInfo.vue
index b6d4490a..b7af3812 100644
--- a/webapp/src/components/partials/WifiApInfo.vue
+++ b/webapp/src/components/partials/WifiApInfo.vue
@@ -5,8 +5,8 @@
-
-
+
+
| Status |
response.json())
.then((data) => (this.networkDataList = data));
},
- getRSSIasQuality(rssi) {
- var quality = 0;
-
- if (rssi <= -100) {
- quality = 0;
- } else if (rssi >= -50) {
- quality = 100;
- } else {
- quality = 2 * (rssi + 100);
- }
-
- return quality;
- },
},
};
diff --git a/webapp/src/components/partials/WifiStationInfo.vue b/webapp/src/components/partials/WifiStationInfo.vue
index 5c6c507d..112ad8b6 100644
--- a/webapp/src/components/partials/WifiStationInfo.vue
+++ b/webapp/src/components/partials/WifiStationInfo.vue
@@ -5,8 +5,8 @@
|