mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix alert
This commit is contained in:
parent
ab06bdd6b8
commit
3f8f062194
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue