show primary mac in infobox

alfred-data
Nils Schneider 2012-06-04 17:53:53 +02:00
parent ccf4c96ae0
commit 98ee8f131b
1 changed files with 4 additions and 1 deletions

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);