{% extends "network/base.html" %} {% block title %}Cable Documentation — Network Design Canvas{% endblock %} {% block content %}
Physical cabling, port assignments, and patch panel positions
| Cable ID | Type | Source Device | Src Port | Dest Device | Dst Port | Patch Panel | Length | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ c.cable_id }} | {{ c.cable_type }} | {{ c.src_device }} | {{ c.src_port }} | {{ c.dst_device }} | {{ c.dst_port }} | {{ c.patch_panel or '—' }} | {{ c.length_m or '—' }}{% if c.length_m %}m{% endif %} | {{ c.status }} |
No cables documented. Click "+ Cable" to add.
{% endif %}