{% extends 'generic/object_list.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}

{% block title %}Interface Type Mappings{% endblock %}

This page displays all Netbox to Librenms Interface Type Mappings. Mapping are required to map Librenms interface type to Netbox interface types.

{% csrf_token %}
{% include 'htmx/table.html' %}
{% endblock content %}