From b77a470d6f20c336bcf31b73e3d8d60c3a8bafba Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 4 Mar 2022 10:54:09 +0100 Subject: [PATCH] WIP - remove column, use a smart 'data-int' to sort on instead --- .../templates/watch-overview.html | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 8a7bb881d..c20418525 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -53,13 +53,23 @@   # - Pause Resume  sort + + Pause Resume  sort Title  sort - Checked  sort - Changed  ▼ - Actions @@ -94,18 +104,13 @@ {{ watch.tag}} {% endif %} - {{ watch.title if watch.title else watch.url }} - - {{watch|format_last_checked_time}} - {{ watch.last_checked }} {% if watch.history|length >= 2 and watch.last_changed %} {{watch.last_changed|format_timestamp_timeago}} {% else %} Not yet {% endif %} - {{ watch.last_changed }} Recheck