diff --git a/src/public/index.html b/src/public/index.html index 4ca56d8..50fafe6 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -530,6 +530,9 @@ tooltip += `
Air Util: ${Number(node.air_util_tx).toFixed(2)}%`; } + // updated ago + tooltip += `

Updated: ${moment(new Date(node.updated_at)).fromNow()}`; + // create node marker var marker = L.marker([node.latitude, node.longitude], { icon: icon,