diff --git a/webapp/src/components/RadioInfo.vue b/webapp/src/components/RadioInfo.vue
index 2aae902..8f16a21 100644
--- a/webapp/src/components/RadioInfo.vue
+++ b/webapp/src/components/RadioInfo.vue
@@ -5,26 +5,24 @@
| {{ $t('radioinfo.ChipStatus') }} |
-
- {{ $t('radioinfo.Connected') }}
- {{ $t('radioinfo.NotConnected') }}
+ |
+
|
| {{ $t('radioinfo.ChipType') }} |
-
- nRF24L01+
- nRF24L01
- {{ $t('radioinfo.Unknown') }}
+ |
+
+ nRF24L01+
+ nRF24L01
+ {{ $t('radioinfo.Unknown') }}
+
|
@@ -35,12 +33,14 @@
\ No newline at end of file
diff --git a/webapp/src/components/WifiApInfo.vue b/webapp/src/components/WifiApInfo.vue
index f00858c..e2647dd 100644
--- a/webapp/src/components/WifiApInfo.vue
+++ b/webapp/src/components/WifiApInfo.vue
@@ -5,12 +5,8 @@
| {{ $t('wifiapinfo.Status') }} |
-
- {{ $t('wifiapinfo.Enabled') }}
- {{ $t('wifiapinfo.Disabled') }}
+ |
+
|
@@ -29,12 +25,14 @@