{% extends "base.html" %} {% block title %}Dashboard - SQLite Admin{% endblock %} {% block content %}
| Table Name | Row Count | Actions |
|---|---|---|
| {{ table.name }} | {{ table.row_count }} | View |
No tables found
{% endif %}| Type | File | Size | Status | Time |
|---|---|---|---|---|
| {{ backup.backup_type }} | {{ backup.file_path|truncate(40) if backup.file_path else '-' }} | {{ backup.file_size|default(0) }} bytes | {{ backup.status }} | {{ backup.created_at }} |
No backups yet
{% endif %}