show primary mac in infobox
This commit is contained in:
parent
ccf4c96ae0
commit
98ee8f131b
|
@ -148,7 +148,10 @@ function render_graph(type) {
|
||||||
.text(d.name);
|
.text(d.name);
|
||||||
|
|
||||||
nodeinfo.append("p")
|
nodeinfo.append("p")
|
||||||
.text(d.macs);
|
.text("primary: " + d.id);
|
||||||
|
|
||||||
|
nodeinfo.append("p")
|
||||||
|
.text("macs: " + d.macs);
|
||||||
|
|
||||||
nodeinfo.append("p")
|
nodeinfo.append("p")
|
||||||
.text(d.gps);
|
.text(d.gps);
|
||||||
|
|
Loading…
Reference in a new issue