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 %}
Power 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 %}
{% if perms.dcim.add_cable %}
Connect
{% endif %}
Not connected