Added network stats to object details
This commit is contained in:
parent
4eea61b629
commit
e83ead7b37
|
@ -642,7 +642,7 @@ class RVDetails(MDRecycleView):
|
||||||
try:
|
try:
|
||||||
nh = RNS.Transport.hops_to(self.delegate.object_hash)
|
nh = RNS.Transport.hops_to(self.delegate.object_hash)
|
||||||
nhi = self.delegate.app.sideband.reticulum.get_next_hop_if_name(self.delegate.object_hash)
|
nhi = self.delegate.app.sideband.reticulum.get_next_hop_if_name(self.delegate.object_hash)
|
||||||
if nhi:
|
if nhi and nhi != "None":
|
||||||
self.entries.append({"icon": "routes", "text": f"Current path on [b]{nhi}[/b]", "on_release": pass_job})
|
self.entries.append({"icon": "routes", "text": f"Current path on [b]{nhi}[/b]", "on_release": pass_job})
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue