{% extends "base.html" %} {% from "macros/ui.html" import btn, btn_link, alert, badge, table, empty_state %} {% block title %}MySQL to Sheets Sync Dashboard{% endblock %} {% block page_title %}MySQL to Sheets Sync{% endblock %} {% block content %} {% if show_first_run_banner %}
| Time | Status | Rows | Sheet | Duration |
|---|---|---|---|---|
| {{ entry.timestamp }} | {{ 'Success' if entry.success else 'Failed' }} {% if not entry.success and entry.error_code %} {{ entry.error_code }} {% endif %} | {{ entry.rows_synced }} | {{ entry.worksheet }} | {{ entry.duration_ms }}ms |
No sync history yet. Run your first sync above!