From 50bbe2414adcfbe6adc85c4d072c98bf1f527068 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 23 Mar 2024 23:57:57 +1300 Subject: [PATCH] show when neighbours and position was last updated in sidebar --- src/public/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/public/index.html b/src/public/index.html index 696af9f..adf128f 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -641,6 +641,38 @@ +
  • +
    +
    +
    +
    +

    Neighbours Updated

    +

    + {{ moment(new Date(selectedNode.neighbours_updated_at)).fromNow() }} + ??? +

    +
    +
    +
    +
    +
  • + +
  • +
    +
    +
    +
    +

    Position Updated

    +

    + {{ moment(new Date(selectedNode.position_updated_at)).fromNow() }} + ??? +

    +
    +
    +
    +
    +
  • +