From d13b032b61559d51fc039b3dbaa35ed814d539d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Thu, 18 Feb 2016 15:58:28 +0000 Subject: [PATCH] infobox/node: show chosen gateway --- lib/infobox/node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/infobox/node.js b/lib/infobox/node.js index e7ffda2..2e5b2d6 100644 --- a/lib/infobox/node.js +++ b/lib/infobox/node.js @@ -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))