Skip to content

Commit

Permalink
Added <a> tag around the IP displayed in the sidebar for easier access
Browse files Browse the repository at this point in the history
  • Loading branch information
Tunas1337 committed Oct 3, 2019
1 parent e8b91be commit bc8ad6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function showNodeInfo(node) {

var html =
'<h2>' + node.label + '</h2>' +
'<span class="tt">' + node.id + '</span><br>' +
'<span class="tt"><a href="http://[' + node.id + ']">'+node.id+'</a></span><br>' +
'<br>' +
'<strong>Version:</strong> ' + node.version + '<br>' +
'<strong>Peers:</strong> ' + node.peers.length + '<br>' +
Expand Down

0 comments on commit bc8ad6b

Please sign in to comment.