{% load helpers %} {# Modal body fragment for the module replace / move dialog. #} {# Rendered server-side by ModuleMismatchPreviewView and injected into #htmx-modal-body via JS. #}
Comparing the module currently in NetBox with the LibreNMS inventory data.
| Currently in NetBox | From LibreNMS | |
|---|---|---|
| Bay | {{ bay_name }} | |
| Module Type | {% if installed_module %} {{ installed_module.module_type.model }} {% else %}-{% endif %} | {{ librenms_model }} |
| Serial | {{ installed_serial|default:"-" }} | {{ librenms_serial|default:"-" }} |
{{ librenms_serial }} is currently installed at
{{ serial_conflict.device.name }} /
Bay: {{ serial_conflict.module_bay.name }}.
{{ librenms_serial }} is assigned to multiple
modules. Please resolve the conflict manually before proceeding.