From f55dc9e893944ba093bda055ea5b93cd96dcf051 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 19 Nov 2021 13:38:24 -0800 Subject: [PATCH] include column for showing node age --- xmrnodes/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmrnodes/templates/index.html b/xmrnodes/templates/index.html index 00ea528..91e1675 100644 --- a/xmrnodes/templates/index.html +++ b/xmrnodes/templates/index.html @@ -48,6 +48,7 @@ URL Available Network + Date Added Height Last Checked History @@ -65,6 +66,7 @@ {% endif %} {{ node.nettype }} + {{ node.datetime_entered.strftime('%Y-%m-%d %H:%M') }} UTC
({{ node.datetime_entered | humanize }}) {{ node.last_height }} {{ node.datetime_checked | humanize }} {% for hc in node.healthchecks %}