{% load helpers %} {% include 'inc/messages.html' %} {% if interface_sync.table %} {% with model_name=interface_sync.object|meta:"model_name" %}
{% endwith %} {% csrf_token %} {% block table_actions %}
info
Exclude from Sync:
Type
Speed
MAC
MTU
Enabled
Description
{% endblock %}
{% if interface_sync.object.virtual_chassis %} {% endif %}
{% if interface_sync.cache_expiry %}
Cache expires in:
{% endif %}
Matching values Mismatched values Not present in NetBox
Filters apply to currently displayed interfaces. Adjust the "per page" setting to apply the filters to more interfaces.
{% if interface_sync.table.attrs.id == 'librenms-interface-table' %} {% endif %}
{% include 'netbox_librenms_plugin/inc/paginator.html' with table=interface_sync.table %} {% include 'inc/table.html' with table=interface_sync.table %} {% include 'netbox_librenms_plugin/inc/paginator.html' with table=interface_sync.table %}
{% endif %}