diff --git a/src/frontend/components/interfaces/Interface.vue b/src/frontend/components/interfaces/Interface.vue index 47f6063..5aff14a 100644 --- a/src/frontend/components/interfaces/Interface.vue +++ b/src/frontend/components/interfaces/Interface.vue @@ -156,26 +156,24 @@ -
-
- - -
-
Listen: {{ iface.listen_ip }}:{{ iface.listen_port }}
-
Forward: {{ iface.forward_ip }}:{{ iface.forward_port }}
-
- - -
-
Port: {{ iface.port }}
-
Frequency: {{ formatFrequency(iface.frequency) }}
-
Bandwidth: {{ formatFrequency(iface.bandwidth) }}
-
Spreading Factor: {{ iface.spreadingfactor }}
-
Coding Rate: {{ iface.codingrate }}
-
Transmit Power: {{ iface.txpower }}dBm
-
+
+ +
+
Listen: {{ iface.listen_ip }}:{{ iface.listen_port }}
+
Forward: {{ iface.forward_ip }}:{{ iface.forward_port }}
+ + +
+
Port: {{ iface.port }}
+
Frequency: {{ formatFrequency(iface.frequency) }}
+
Bandwidth: {{ formatFrequency(iface.bandwidth) }}
+
Spreading Factor: {{ iface.spreadingfactor }}
+
Coding Rate: {{ iface.codingrate }}
+
Transmit Power: {{ iface.txpower }}dBm
+
+