infobox/node: show chosen gateway

This commit is contained in:
Milan Pässler 2016-02-18 15:58:28 +00:00
parent 3eb63f3fb8
commit d13b032b61
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ define(["moment", "numeral", "tablesort", "tablesort.numeric"],
attributeEntry(attributes, "Teil des Netzes", showFirstseen(d))
attributeEntry(attributes, "Arbeitsspeicher", showRAM(d))
attributeEntry(attributes, "IP Adressen", showIPs(d))
attributeEntry(attributes, "Gewähltes Gateway", dictGet(d.statistics, ["gateway"]))
attributeEntry(attributes, "Autom. Updates", showAutoupdate(d))
attributeEntry(attributes, "Clients", showClients(d))