From af4bafcff8b896df0d9be41890fa084e04de6427 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 5 Oct 2024 17:24:29 +0200 Subject: [PATCH] UI - "Diff" button in overview list is now "History" button (#2679) --- changedetectionio/templates/watch-overview.html | 4 ++-- requirements.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 736e19da..787871fc 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -191,9 +191,9 @@ {% if watch.history_n >= 2 %} {% if is_unviewed %} - Diff + History {% else %} - Diff + History {% endif %} {% else %} diff --git a/requirements.txt b/requirements.txt index 1c672471..b90c0586 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,3 +93,5 @@ babel # Needed for > 3.10, https://github.com/microsoft/playwright-python/issues/2096 greenlet >= 3.0.3 + +