From 3f8f062194784c8cee166c61c88e25ef606d4bde Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 19 May 2024 02:21:41 +1200 Subject: [PATCH] fix alert --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e093be3..c150f44 100644 --- a/public/index.html +++ b/public/index.html @@ -1473,7 +1473,7 @@ } }, onDestinationPathClick: function(path) { - alert(path.description); + alert(`${path.hops} ${ path.hops === 1 ? 'hop' : 'hops' } away via ${path.next_hop_interface}`); }, }, computed: {