From 09cb780d2728ba931dab29c30c8ccc3a1b319e62 Mon Sep 17 00:00:00 2001 From: Michele Di Maria Date: Thu, 11 Apr 2024 07:44:01 +0200 Subject: [PATCH] UI optimizations --- README.md | 4 ++-- TraceRoute/Views/Home/Index.cshtml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c4b0ee..35d4146 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:latest +michele73/traceroute:1.1.0 Example: -docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:latest +docker run -d -p 8081:80 --name=traceroute --restart=always -v traecroute_logs:/app/logs michele73/traceroute:1.1.0 ### Live Demo You can view a live demo of the Trace Route application here: https://traceroute.di-maria.it/ diff --git a/TraceRoute/Views/Home/Index.cshtml b/TraceRoute/Views/Home/Index.cshtml index 3de460c..cc678b3 100644 --- a/TraceRoute/Views/Home/Index.cshtml +++ b/TraceRoute/Views/Home/Index.cshtml @@ -14,7 +14,7 @@ ViewData["Title"] = "Visual Trace Route"; IP Trip time Location - ISP + ISP @@ -31,10 +31,10 @@ ViewData["Title"] = "Visual Trace Route"; Loading... - + {{ hop.details.country }} - {{ hop.details.city }} - + {{ hop.details.isp }}