{% extends 'base/layout.html' %} {% load static %} {% block title %}Interface Grid - {{ device.name }}{% endblock %} {% block content %}

Interface Grid View - {{ device.name }}

Back to Device
Filters & Options
Clear
Grid Configuration: {{ grid_rows }} rows × {{ grid_columns }} columns ({{ total_cells }} cells)
Interfaces Shown: {{ interfaces|length }}
Configure grid dimensions using custom fields 'grid_rows' and 'grid_columns' on the device.
Helper
Connected & Enabled
Disconnected
Disabled
Border: Untagged VLAN | Dots: Tagged VLANs
Interface Types (border style): Ethernet (fixed - blocky) Ethernet (modular - rounded) Virtual/LAG (dashed) Stacking (thick border) Wireless (pill)
{% endblock %}