{% extends "network/base.html" %} {% block title %}Dashboard — Network Design Canvas{% endblock %} {% block content %}
Enterprise topology design, simulation, and export
| Name | Classification | Nodes | Links | Last Updated | Actions |
|---|---|---|---|---|---|
|
{{ t.name }}
{% if t.description %} {{ t.description[:60] }} {% endif %}
|
{{ t.classification }} | {{ t.node_count or 0 }} | {{ t.edge_count or 0 }} | {{ t.updated_at[:16].replace('T',' ') if t.updated_at else '—' }} | ✏ V MC C |
No topologies yet. Create your first topology or start from a template.
No simulations yet. Open a topology and click Simulate.
{% endif %}