When all items showed, show which tag it belongs to

This commit is contained in:
Leigh Morresi
2021-01-30 12:49:36 +01:00
parent 17701c5c72
commit 0ee47a1274
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -46,6 +46,9 @@ section.content {
.watch-table {
width: 100%;
}
.watch-tag-list {
color: #e70069;
}
.box {
max-width: 80%;
+3
View File
@@ -48,6 +48,9 @@
{% if watch.last_error is defined and watch.last_error != False %}
<div class="fetch-error">{{ watch.last_error }}</div>
{% endif %}
{% if not active_tag %}
<span class="watch-tag-list">{{ watch.tag}}</span>
{% endif %}
</td>
<td>{{watch|format_last_checked_time}}</td>
<td>{{watch.last_changed|format_timestamp_timeago}}</td>