{% extends 'base/layout.html' %} {% block title %}UniFi Sync Runs{% endblock %} {% block content %}
| ID | Created | Status | Mode | Duration | Controllers | Sites | Devices | Summary |
|---|---|---|---|---|---|---|---|---|
| #{{ run.pk }} | {{ run.created }} | {{ run.get_status_display }} | {% if run.dry_run %}Dry run{% else %}Sync{% endif %}{% if run.cleanup_requested %} + cleanup{% endif %} | {{ run.duration_ms }} ms | {{ run.controllers_total }} | {{ run.sites_total }} | {{ run.devices_total }} | {{ run.summary|default:'-' }} |
| No runs found. | ||||||||