Back to Netbox

Apiselect

netbox/utilities/templates/widgets/apiselect.html

4.6.1271 B
Original Source

{% load i18n %}

{% include 'django/forms/widgets/select.html' %} {% if widget.attrs.selector and not widget.attrs.disabled %} {# Opens the object selector modal #} {% endif %} {% if quick_add and not widget.attrs.disabled %} {# Opens the quick add modal #} {% endif %}