meshstats: show absolute timestamp
This commit is contained in:
parent
5b352d7a32
commit
64c9e42eb4
|
@ -17,7 +17,7 @@ define(function () {
|
|||
totalGateways + " Gateways"
|
||||
|
||||
p.appendChild(document.createElement("br"))
|
||||
p.appendChild(document.createTextNode("Diese Daten sind " + moment.utc(nodes.timestamp).fromNow(true) + " alt."))
|
||||
p.appendChild(document.createTextNode("Diese Daten von " + moment(nodes.timestamp).format("LLLL") + "."))
|
||||
}
|
||||
|
||||
self.render = function (el) {
|
||||
|
|
Loading…
Reference in a new issue