fix alert

This commit is contained in:
liamcottle 2024-05-19 02:21:41 +12:00
commit 3f8f062194

View file

@ -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: {