last sync with changes on dashboard

This commit is contained in:
2026-08-05 15:20:05 +02:00
parent 12e36b2f17
commit 4f27cc596e
2 changed files with 21 additions and 0 deletions
+5
View File
@@ -252,6 +252,11 @@
· {{ last_sync.contacts_deleted }} gelöscht
{% endif %}
</div>
{% if last_sync_with_changes %}
<div class="sync-detail">
{{ last_sync_with_changes.started_at }} · {{ last_sync_with_changes.contacts_upserted }} aktualisiert
</div>
{% endif %}
{% if last_sync.error_message %}
<div class="sync-detail" style="color: #dc3545; margin-top: 0.5rem;">
{{ last_sync.error_message }}