Back to Netbox

Connections List

netbox/templates/dcim/connections_list.html

4.6.5415 B
Original Source

{% extends 'generic/object_list.html' %} {% load buttons %} {% load helpers %} {% load render_table from django_tables2 %} {% block title %}{{ title }}{% endblock %} {% block content %} {# Connections list #}

{% include 'inc/table_controls_htmx.html' %}

{% include 'htmx/table.html' %}

{# Filter form #} {% if filter_form %} {% include 'inc/filter_list.html' %} {% endif %} {% endblock content %}