diff --git a/templates/pricemon/dashboard.html b/templates/pricemon/dashboard.html index 86d9ddc..a087d4b 100644 --- a/templates/pricemon/dashboard.html +++ b/templates/pricemon/dashboard.html @@ -7,13 +7,13 @@
{% trans "Track product prices and get notified on drops" %}
| {% trans "Product" %} | {% trans "Current Price" %} | - - +{% trans "Last Checked" %} | +{% trans "Interval" %} | {% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|
|
{{ watcher.name }}
—
{% endif %}
|
- {% if watcher.last_checked_at %} {{ watcher.last_checked_at|timesince }} {% trans "ago" %} {% else %} {% trans "Never" %} {% endif %} | -{{ watcher.get_check_interval_hours_display }} | @@ -104,42 +188,38 @@ |