From f3c7c969d89122f31c822a8fa40af0b5f11947dd Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 25 Aug 2022 11:18:00 +0200 Subject: [PATCH] Show screenshot age in [preview] --- changedetectionio/templates/preview.html | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/templates/preview.html b/changedetectionio/templates/preview.html index 43f2f80a..0f05d09e 100644 --- a/changedetectionio/templates/preview.html +++ b/changedetectionio/templates/preview.html @@ -57,6 +57,7 @@
{% if is_html_webdriver %} {% if screenshot %} +
{{watch.snapshot_screenshot_ctime|format_timestamp_timeago}}
Current screenshot from most recent request {% else %} No screenshot available just yet! Try rechecking the page.