DCIM>Interface Connection Export Template - Form Factor Label Blank #1419

Closed
opened 2025-12-29 16:32:06 +01:00 by adam · 1 comment
Owner

Originally created by @nathbooth on GitHub (Nov 22, 2017).

When creating an export template for Interface connections, if you include the form factor label as per the API call reference interface_a.form_factor.label there is no output returned, example export template below

{% for connection in queryset %}
{{connection.interface_a.device|addslashes}},{{connection.interface_a.name|addslashes}},{{connection.interface_a.form_factor.label|addslashes}},{{connection.interface_b.device.name|addslashes}},{{connection.interface_b.name|addslashes}},{{connection.interface_b.form_factor.label|addslashes}}
{% endfor %}

Originally created by @nathbooth on GitHub (Nov 22, 2017). When creating an export template for Interface connections, if you include the form factor label as per the API call reference interface_a.form_factor.label there is no output returned, example export template below {% for connection in queryset %} {{connection.interface_a.device|addslashes}},{{connection.interface_a.name|addslashes}},{{connection.interface_a.form_factor.label|addslashes}},{{connection.interface_b.device.name|addslashes}},{{connection.interface_b.name|addslashes}},{{connection.interface_b.form_factor.label|addslashes}} {% endfor %}
adam closed this issue 2025-12-29 16:32:06 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 22, 2017):

Thank you for your interest in NetBox. GitHub issues are intended for reporting reproducible bugs and requesting features, and must be submitted using the template provided here. For general discussion, questions, or assistance with installation issues, please post to our mailing list.

@jeremystretch commented on GitHub (Nov 22, 2017): Thank you for your interest in NetBox. GitHub issues are intended for reporting reproducible bugs and requesting features, and must be submitted using the template provided [here](https://raw.githubusercontent.com/digitalocean/netbox/develop/.github/ISSUE_TEMPLATE.md). For general discussion, questions, or assistance with installation issues, please post to our [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1419