show last updated at
This commit is contained in:
parent
9294525929
commit
bb6a907709
1 changed files with 3 additions and 0 deletions
|
|
@ -530,6 +530,9 @@
|
|||
tooltip += `<br/>Air Util: ${Number(node.air_util_tx).toFixed(2)}%`;
|
||||
}
|
||||
|
||||
// updated ago
|
||||
tooltip += `<br/><br/>Updated: ${moment(new Date(node.updated_at)).fromNow()}`;
|
||||
|
||||
// create node marker
|
||||
var marker = L.marker([node.latitude, node.longitude], {
|
||||
icon: icon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue