mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2025-06-27 03:59:23 +00:00
update some documentation, fix links in map, replace pointless version with coords field
This commit is contained in:
@ -174,7 +174,7 @@ function showNodeInfo(node) {
|
||||
'<h2>' + node.label + '</h2>' +
|
||||
'<span class="tt">' + node.id + '</span><br>' +
|
||||
'<br>' +
|
||||
'<strong>Version:</strong> ' + node.version + '<br>' +
|
||||
'<strong>Coords:</strong> ' + node.coords + '<br>' +
|
||||
'<strong>Peers:</strong> ' + node.peers.length + '<br>' +
|
||||
'<strong>Centrality:</strong> ' + node.centrality + '<br>' +
|
||||
'<table>' +
|
||||
|
Reference in New Issue
Block a user