show primary mac in infobox

This commit is contained in:
Nils Schneider 2012-06-04 17:53:53 +02:00
parent ccf4c96ae0
commit 98ee8f131b

View file

@ -148,7 +148,10 @@ function render_graph(type) {
.text(d.name);
nodeinfo.append("p")
.text(d.macs);
.text("primary: " + d.id);
nodeinfo.append("p")
.text("macs: " + d.macs);
nodeinfo.append("p")
.text(d.gps);