{% extends "base.html" %} {% block title %}{{ network.name }} - NetViz{% endblock %} {% block content %}
Created: {{ network.created_at.strftime('%Y-%m-%d %H:%M') }} | Last updated: {{ network.updated_at.strftime('%Y-%m-%d %H:%M') }}
{{ network.description or "No description provided." }}
Name | CIDR | VLAN | Description | Actions |
---|---|---|---|---|
{{ subnet.name }} | {{ subnet.cidr }} | {{ subnet.vlan or "-" }} | {{ subnet.description or "-" }} | Edit |
No subnets defined yet.