From c26d27d01cd22b288e9c589a352a83753b1eb341 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Thu, 2 Jan 2025 01:39:30 +1300 Subject: [PATCH] ui improvements --- .../interfaces/ImportInterfacesModal.vue | 46 ++++++++++++------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/src/frontend/components/interfaces/ImportInterfacesModal.vue b/src/frontend/components/interfaces/ImportInterfacesModal.vue index 5e749aa..d912777 100644 --- a/src/frontend/components/interfaces/ImportInterfacesModal.vue +++ b/src/frontend/components/interfaces/ImportInterfacesModal.vue @@ -40,32 +40,42 @@
- - {{ iface.type }} • Ethernet and WiFi - +
+
{{ iface.type }}
+
Ethernet and WiFi
+
- - {{ iface.type }} • {{ iface.target_host }}:{{ iface.target_port }} - +
+
{{ iface.type }}
+
{{ iface.target_host }}:{{ iface.target_port }}
+
- - {{ iface.type }} • {{ iface.listen_ip }}:{{ iface.listen_port }} - +
+
{{ iface.type }}
+
{{ iface.listen_ip }}:{{ iface.listen_port }}
+
- - {{ iface.type }} • {{ iface.listen_ip }}:{{ iface.listen_port }} • {{ iface.forward_ip }}:{{ iface.forward_port }} - +
+
{{ iface.type }}
+
Listen: {{ iface.listen_ip }}:{{ iface.listen_port }}
+
Forward: {{ iface.forward_ip }}:{{ iface.forward_port }}
+
- - {{ iface.type }} • freq={{ iface.frequency }} • bw={{ iface.bandwidth }} • sf={{ iface.spreadingfactor }} - +
+
{{ iface.type }}
+
Frequency: {{ formatFrequency(iface.frequency) }}
+
Bandwidth: {{ formatFrequency(iface.bandwidth) }}
+
Spreading Factor: {{ iface.spreadingfactor }}
+
Coding Rate: {{ iface.codingrate }}
+
Power: {{ iface.txpower }}dBm
+
- {{ iface.type }} +
{{ iface.type }}
@@ -92,6 +102,7 @@ \ No newline at end of file