| Name |
{{ object.name }} |
| Status |
{% badge object.get_status_display bg_color=object.get_status_color %} |
| Active |
{% if object.active %}
✓
{% else %}
✗
{% endif %}
|
| Tenant |
{{ object.tenant|linkify|default:"—" }} |
| Monitored |
{% if object.monitored %}Yes{% else %}No{% endif %} |
| Service Start |
{{ object.service_start|date:"Y-m-d H:i"|default:"—" }} |
| Service End |
{{ object.service_end|date:"Y-m-d H:i"|default:"—" }} |
| RT Tickets |
{{ object.rt|default:"—" }} |
| Node A |
{{ object.node_a|linkify|default:"—" }} |
| Physical Interface A |
{{ object.phy_if_a|linkify|default:"—" }} |
| Node B |
{{ object.node_b|linkify|default:"—" }} |
| Physical Interface B |
{{ object.phy_if_b|linkify|default:"—" }} |
{% if object.core_trunks.all %}
| Trunk |
{% for trunk in object.core_trunks.all %}
| {{ trunk|linkify }} |
{% endfor %}
{% endif %}
{% if object.saps.all %}
| Interface | Device |
{% for sap in object.saps.all %}
| {{ sap|linkify }} |
{{ sap.device|linkify }} |
{% endfor %}
{% endif %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}