Watch overview list - adding spinner to make it easier to see whats currently being 'Checked'

This commit is contained in:
dgtlmoon
2022-06-12 12:52:17 +02:00
parent 2c83845dac
commit 3106b6688e
4 changed files with 96 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ def _jinja2_filter_datetime(watch_obj, format="%Y-%m-%d %H:%M:%S"):
# Worker thread tells us which UUID it is currently processing.
for t in running_update_threads:
if t.current_uuid == watch_obj['uuid']:
return "Checking now.."
return '<span class="loader"></span><span> Checking now</span>'
if watch_obj['last_checked'] == 0:
return 'Not yet'