{% extends 'netbox_meraki/base.html' %} {% block page_content %}
| Timestamp: | {{ sync_log.timestamp }} |
|---|---|
| Status: | {% if sync_log.status == 'success' %} {{ sync_log.status|upper }} {% elif sync_log.status == 'partial' %} {{ sync_log.status|upper }} {% elif sync_log.status == 'failed' %} {{ sync_log.status|upper }} {% elif sync_log.status == 'running' %} {{ sync_log.status|upper }} {% else %} {{ sync_log.status|upper }} {% endif %} |
| Current Operation: | {{ sync_log.current_operation }} |
| Progress: |
|
| Duration: | {% if sync_log.duration_seconds %} {{ sync_log.duration_seconds|floatformat:2 }} seconds {% else %} - {% endif %} |
| Message: | {{ sync_log.message }} |
| Cancellation: | {% if sync_log.cancelled_at %} Cancellation Requested at {{ sync_log.cancelled_at|date:"Y-m-d H:i:s" }} {% else %} Cancellation Requested {% endif %} |
Organizations
Networks
Devices
VLANs
Prefixes
SSIDs
Sites Deleted
Devices Deleted
VLANs Deleted
Prefixes Deleted
Prefix Sites Changed