[BUGFIX] Show contact
This commit is contained in:
parent
9a4836257f
commit
c407f2e334
@ -252,11 +252,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper'],
|
||||
children.push(helper.attributeEntry(V, 'node.status', showStatus(d)));
|
||||
children.push(helper.attributeEntry(V, 'node.gateway', d.is_gateway ? 'ja' : undefined));
|
||||
children.push(helper.attributeEntry(V, 'node.coordinates', showGeoURI(d)));
|
||||
|
||||
if (config.nodeInfobox && config.nodeInfobox.contact) {
|
||||
children.push(helper.attributeEntry(V, 'node.contact', helper.dictGet(d, ['owner', 'contact'])));
|
||||
}
|
||||
|
||||
children.push(helper.attributeEntry(V, 'node.contact', d.owner));
|
||||
children.push(helper.attributeEntry(V, 'node.hardware', d.model));
|
||||
children.push(helper.attributeEntry(V, 'node.primaryMac', d.network.mac));
|
||||
children.push(helper.attributeEntry(V, 'node.firmware', showFirmware(d)));
|
||||
|
Loading…
Reference in New Issue
Block a user