From 246fcff9b4bfb905001e35d87216be6168a27091 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 2 Apr 2024 21:14:55 +1300 Subject: [PATCH] show raw data for traceroutes --- src/public/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/public/index.html b/src/public/index.html index 63a9729..b33dbf6 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1068,6 +1068,14 @@ + + + +
+
Raw Data
+
+
{{ JSON.stringify(selectedTraceRoute, null, 4) }}
+