infobox: show node_id (and update changelog)
This commit is contained in:
parent
78c3c161d7
commit
a4fdf39352
|
@ -11,7 +11,9 @@
|
|||
- Improved performance on Firefox
|
||||
- Labels in graph view
|
||||
- infobox: link to geouri with node's coordinates
|
||||
- infobox: show node id
|
||||
- map: locate user
|
||||
- nodelist: sort by uptime fixed
|
||||
|
||||
### Fixed bugs:
|
||||
|
||||
|
|
|
@ -153,6 +153,7 @@ define(["moment", "numeral", "tablesort", "tablesort.numeric"],
|
|||
|
||||
attributeEntry(attributes, "Hardware", dictGet(d.nodeinfo, ["hardware", "model"]))
|
||||
attributeEntry(attributes, "Primäre MAC", dictGet(d.nodeinfo, ["network", "mac"]))
|
||||
attributeEntry(attributes, "Node ID", dictGet(d.nodeinfo, ["node_id"]))
|
||||
attributeEntry(attributes, "Firmware", showFirmware(d))
|
||||
attributeEntry(attributes, "Uptime", showUptime(d))
|
||||
attributeEntry(attributes, "Teil des Netzes", showFirstseen(d))
|
||||
|
|
Loading…
Reference in a new issue