{% load helpers %} {% include 'inc/messages.html' %} {% if cable_sync.table %}
{% csrf_token %} {% if cable_sync.server_key %}{% endif %}
info
{% if cable_sync.cache_expiry %}
Cache expires in:
{% endif %}
Filters apply to currently displayed cables.
{% if cable_sync.table.attrs.id == "librenms-cable-table-vc" %} {% endif %}
{% include 'netbox_librenms_plugin/inc/paginator.html' with table=cable_sync.table %} {% include 'inc/table.html' with table=cable_sync.table %} {% include 'netbox_librenms_plugin/inc/paginator.html' with table=cable_sync.table %}
{% else %}

No cable data loaded. Click Refresh Cables to fetch data from LibreNMS.

{% endif %}