{% extends "network/base.html" %} {% block title %}NetBox IPAM — Network Design Canvas{% endblock %} {% block content %}
Network source of truth — pull device inventories, IP allocations, rack layouts, VLANs, and circuits
| Resource | Count |
|---|---|
| {{ label }} | {{ cached_counts.get(key, 0) }} |
| Time | Direction | Resource | Status | In | Out | Topology | Error |
|---|---|---|---|---|---|---|---|
| {{ (row.ran_at or '')[:19] }} | {% if row.direction == 'pull' %}⬇ pull {% else %}⬆ push{% endif %} | {{ row.resource or '—' }} | {% if row.status == 'ok' %}✓ ok {% else %}⚠ {{ row.status }}{% endif %} | {{ row.records_in or 0 }} | {{ row.records_out or 0 }} |
No sync activity yet. Pull resources from NetBox to populate the log.
{% endif %}