Back to Netbox

Endpoint Connection

netbox/templates/dcim/inc/endpoint_connection.html

4.6.2215 B
Original Source

{% load i18n %} {% if path.destination_id %} {% with endpoint=path.destination %}

{{ endpoint.parent_object|linkify }} | {{ endpoint|linkify }} | {% endwith %} {% else %} {% trans "Not connected" %} |{% endif %}