From 815cba11ca08bc976b6d38f60c239d9b8619c062 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 7 May 2024 15:23:42 +0200 Subject: [PATCH] UI - 'stats' tab should show what the server-type detected is ( #2348 ) --- changedetectionio/templates/edit.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index d10df405..79aa9a3e 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -487,13 +487,17 @@ Unavailable") }} {{ "{:,}".format(watch.history|length) }} - Last fetch time + Last fetch duration {{ watch.fetch_time }}s Notification alert count {{ watch.notification_alert_count }} + + Server type reply + {{ watch.get('remote_server_reply') }} +