Back to Netbox

Object List

netbox/templates/ui/attrs/object_list.html

4.6.4223 B
Original Source

{% for item in items %} - {% include "ui/attrs/object.html" with value=item.value group=item.group linkify=linkify colored=colored only %} {% endfor %} {% if overflow_indicator %} - {{ overflow_indicator }} {% endif %}