| Cable |
{{ object.cable|hyperlinked_object }}
|
{% if object.connected_endpoint %}
{% if object.connected_endpoint.device %}
| Device |
{{ object.connected_endpoint.device|hyperlinked_object }} |
{% else %}
Module |
{{ object.connected_endpoint.module|hyperlinked_object }} |
{% endif %}
| Console Port |
{{ object.connected_endpoint|hyperlinked_object }} |
| Type |
{{ object.connected_endpoint.get_type_display|placeholder }} |
| Description |
{{ object.connected_endpoint.description|placeholder }} |
| Path Status |
{% if object.path.is_active %}
Reachable
{% else %}
Not Reachable
{% endif %}
|
{% endif %}
Not connected
{% if perms.dcim.add_cable %}
{# comment The "fixed" strategy allows the dropdown to break out of the containing card #}
{% endif %}