{% extends "layout.html" %}
{% block title %}Snapshots - chat{% endblock %}
{% block content %}
Snapshots
Preview: {{ preview.snapshot_id }}
| ID | Kind | Created (UTC) | Size (bytes) | last_event_id | Actions |
|---|---|---|---|---|---|
| {{ snap.snapshot_id }} | {{ snap.kind }} | {{ snap.created_at }} | {{ snap.file_size_bytes }} | {{ snap.last_event_id if snap.last_event_id is not none else '?' }} |
Preview
Restore |
No snapshots yet. Use "Take snapshot now" to create one.
{% endif %} {% endblock %}