{% extends "ui/_layout.html" %} {% block title %}Misses - withcache{% endblock %} {% block subnav %} {% endblock %} {% block intro %}
| URL | Count | First seen | Last seen | Action |
|---|---|---|---|---|
| {{ r['url'] }} | {{ r['count'] }} | {{ r['first_seen'] }} | {{ r['last_seen'] }} | {# Fetch: add the URL as a catalog entry AND enqueue the download so trio callers can see it once the bytes land. Dismiss: forget the row (op ack'd they don't want this URL in the catalog). #} |
| No recorded misses yet. | ||||