{% extends BASE_TEMPLATE %} {% load i18n %} {% block bodyclass %}ports-tab{% endblock%} {% block view_content %}
| {% trans "Port" %} | {% trans "Remote asset" %} | {% trans "Remote port" %} | {% trans "netmaker" %} | {% trans "netmaker MAC" %} | {% trans "netmaker desc" %} |
|---|---|---|---|---|---|
| {{ entry.port.label }} | {% if entry.remote_asset %} {{ entry.remote_asset }} {% else %} - {% endif %} | {% if entry.remote_port %} {{ entry.remote_port.label }} {% else %} - {% endif %} | {% if entry.validation %} {% include "switchports/_netmaker_cell.html" with validation=entry.validation %} {% else %} - {% endif %} | {% if entry.validation %} {{ entry.validation.remote_id }} {% else %} - {% endif %} | {% if entry.validation %} {{ entry.validation.desc }} {% else %} - {% endif %} |
{% trans "netmaker column legend:" %}
{% trans "This view is read-only. To edit connections use the Switchport Grid on the rack." %}
{% trans "No ports found for this asset." %}
{% endif %} {% include "switchports/_netmaker_styles.html" %} {% endblock %}