{% extends "pobsync_backend/base.html" %} {% block title %}Purged Snapshots | pobsync{% endblock %} {% block content %}

Purged Snapshots

Back to dashboard

Filters

Clear

Purged Snapshot History

Showing up to 200 of {{ total_count }} purged snapshot record(s).

{% for snapshot in purged_snapshots %} {% empty %} {% endfor %}
Purged Host Kind Dirname Action Reason Triggered by Path
{{ snapshot.purged_at }} {% if snapshot.host %}{{ snapshot.host_name }}{% else %}{{ snapshot.host_name }}{% endif %} {{ snapshot.kind }} {{ snapshot.dirname }} {{ snapshot.get_action_display }} {{ snapshot.reason|default:"" }} {{ snapshot.triggered_by|default:"" }} {{ snapshot.path }}
No purged snapshots recorded yet.
{% endblock %}