Skip to content

Commit

Permalink
Format peers ping time
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 committed Dec 23, 2023
1 parent ff6a966 commit 901e62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/templates/peers.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Peers List <small id="peer_count" class="w3-round w3-border-small w3-border-
<td><a href="{{ graph_links }}/{{ network }}node/{{ peer.pubkey }}" target="_blank">{{ peer.pubkey }}</a></td>
<td>{% if peer.alias != '' %}{{ peer.alias }}{% else %}---{% endif %}</td>
<td>{{ peer.address }}</td>
<td>{{ peer.ping_time }}</td>
<td>{{ peer.ping_time|intcomma }}</td>
<td>{{ peer.inbound }}</td>
<td>{{ peer.sat_sent|intcomma }}</td>
<td>{{ peer.sat_recv|intcomma }}</td>
Expand Down

0 comments on commit 901e62f

Please sign in to comment.