show number of neighbours
This commit is contained in:
parent
4ae53c05e9
commit
7af8c67260
@ -458,7 +458,7 @@ function showNodeinfo(config, gotoAnything, d) {
|
|||||||
|
|
||||||
if (d.neighbours.length > 0) {
|
if (d.neighbours.length > 0) {
|
||||||
var h3 = document.createElement("h3")
|
var h3 = document.createElement("h3")
|
||||||
h3.textContent = "Nachbarknoten"
|
h3.textContent = "Nachbarknoten (" + d.neighbours.length + ")"
|
||||||
el.appendChild(h3)
|
el.appendChild(h3)
|
||||||
|
|
||||||
var table = document.createElement("table")
|
var table = document.createElement("table")
|
||||||
|
Loading…
Reference in New Issue
Block a user