{% extends 'generic/object_list.html' %} {% block tabs %} {% include 'netbox_librenms_plugin/inc/_mapping_tabs.html' with mapping_tab_active="modulebaymapping" %} {{ block.super }} {% endblock %} {% block content %}

Module Bay Mapping

Map LibreNMS inventory container names to NetBox module bay names. When synchronizing modules from LibreNMS, these mappings determine which NetBox module bay a LibreNMS component should be installed into.

Example: Map "Linecard(slot 1)" to "Slot 1", or "Power Supply 1" to "PS1"

{{ block.super }} {% endblock %} {% block bulk_buttons %} {{ block.super }} {% endblock %}