From 29010d10dde1bfc9dbe066a430378c837e000772 Mon Sep 17 00:00:00 2001 From: Michele Di Maria Date: Sat, 27 Apr 2024 19:00:17 +0200 Subject: [PATCH] Better error handling --- README.md | 4 ++-- TraceRoute/Views/Shared/_Layout.cshtml | 2 +- TraceRoute/wwwroot/js/traceRouteController.js | 21 +++++++++++++++---- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 35d4146..e5e0e97 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Based on the original repository: https://github.com/bencorn/traceroute ### Running in Docker You can use the following image to run Visual Trace Route locally: -michele73/traceroute:1.1.0 +michele73/traceroute:1.1.1 Example: -docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.1.0 +docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.1.1 ### Live Demo You can view a live demo of the Trace Route application here: https://traceroute.di-maria.it/ diff --git a/TraceRoute/Views/Shared/_Layout.cshtml b/TraceRoute/Views/Shared/_Layout.cshtml index 179ac99..7c11f39 100644 --- a/TraceRoute/Views/Shared/_Layout.cshtml +++ b/TraceRoute/Views/Shared/_Layout.cshtml @@ -12,7 +12,7 @@