diff --git a/frontend/src/components/TracePane.tsx b/frontend/src/components/TracePane.tsx index 54c2da1..d3492ac 100644 --- a/frontend/src/components/TracePane.tsx +++ b/frontend/src/components/TracePane.tsx @@ -318,8 +318,8 @@ export function TracePane({ contacts, config, onRunTracePath }: TracePaneProps) : []; return ( -
Build a repeater loop and trace it back to the local radio. The selectable hop list only @@ -329,7 +329,7 @@ export function TracePane({ contacts, config, onRunTracePath }: TracePaneProps)
Search by name or key, then add repeaters in the order you want to traverse them.
@@ -446,14 +446,30 @@ export function TracePane({ contacts, config, onRunTracePath }: TracePaneProps)
- The first node is display-only. The terminal node is the local radio.
-
+ The first node is display-only. The terminal node is the local radio.
+ Trace Path
- Trace Path
+
Results{result ? ` (${result.timeout_seconds.toFixed(1)}s)` : ''}
+ {result || error ? (
+
+ ) : null}