From 0ee47a1274694a49db8793f477bd2f5cfd9c30fe Mon Sep 17 00:00:00 2001 From: Leigh Morresi <275001+dgtlmoon@users.noreply.github.com> Date: Sat, 30 Jan 2021 12:49:36 +0100 Subject: [PATCH] When all items showed, show which tag it belongs to --- backend/static/css/styles.css | 3 +++ backend/templates/watch-overview.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/backend/static/css/styles.css b/backend/static/css/styles.css index 5d252a5d..2ebfb42d 100644 --- a/backend/static/css/styles.css +++ b/backend/static/css/styles.css @@ -46,6 +46,9 @@ section.content { .watch-table { width: 100%; } +.watch-tag-list { + color: #e70069; +} .box { max-width: 80%; diff --git a/backend/templates/watch-overview.html b/backend/templates/watch-overview.html index 56387102..11796588 100644 --- a/backend/templates/watch-overview.html +++ b/backend/templates/watch-overview.html @@ -48,6 +48,9 @@ {% if watch.last_error is defined and watch.last_error != False %}
{{ watch.last_error }}
{% endif %} + {% if not active_tag %} + {{ watch.tag}} + {% endif %} {{watch|format_last_checked_time}} {{watch.last_changed|format_timestamp_timeago}}