infobox: show node_id (and update changelog)

This commit is contained in:
Nils Schneider 2015-04-14 23:52:35 +02:00
parent 78c3c161d7
commit a4fdf39352
2 changed files with 3 additions and 0 deletions

View file

@ -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:

View file

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