From 67d097cca734d6b75f04f071be7de830ead83a5a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 14 Jan 2026 11:59:42 +0100 Subject: [PATCH] UI - Groups - Adding 'Recheck' button from groups overview page --- .../blueprint/tags/templates/groups-overview.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/blueprint/tags/templates/groups-overview.html b/changedetectionio/blueprint/tags/templates/groups-overview.html index 63c0253e..cd06b15e 100644 --- a/changedetectionio/blueprint/tags/templates/groups-overview.html +++ b/changedetectionio/blueprint/tags/templates/groups-overview.html @@ -50,7 +50,8 @@ {{ "{:,}".format(tag_count[uuid]) if uuid in tag_count else 0 }} {{ tag.title }} - {{ _('Edit') }}  + {{ _('Edit') }} + {{ _('Recheck') }}