mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
last sync with changes on dashboard
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user