4
0
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:
Arceliar
2018-12-12 18:12:54 -06:00
parent 96cf6caabc
commit d48c10f7e2
5 changed files with 7 additions and 6 deletions

View File

@ -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>' +