diff --git a/history.html b/history.html index 9b605c5..8091097 100644 --- a/history.html +++ b/history.html @@ -281,6 +281,9 @@

+

+

+

Neue Knoten

diff --git a/history.js b/history.js index f048589..1e8cbc8 100644 --- a/history.js +++ b/history.js @@ -170,6 +170,9 @@ function handle_data(config, map) { showMeshstats(document.getElementById("meshstats"), nodes) + var timestamp = document.getElementById("timestamp") + timestamp.textContent = "Diese Daten sind " + moment.utc(nodes.timestamp).fromNow(true) + " alt." + var historyDict = { nodes: {}, links: {} } nodes.forEach( function (d) {