show node name in popup instead of macs

alfred-data
Nils Schneider 2012-09-04 18:39:58 +02:00
parent 4161c8aab4
commit 88ea6ffc30
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ function update() {
nodeEnter.append("title") nodeEnter.append("title")
node.selectAll("title") node.selectAll("title")
.text(function(d) { return d.macs }) .text(function(d) { return d.name?d.name:" " })
node.selectAll(".uplinks").remove() node.selectAll(".uplinks").remove()