Add virtual chassis information to device template

This commit is contained in:
Renato Almeida de Oliveira Zaroubin 2025-05-01 01:14:46 +00:00
parent e5cdd8f2b0
commit 653452d66c

View File

@ -26,6 +26,12 @@
<th scope="row">{% trans "Location" %}</th>
<td>{% nested_tree object.location %}</td>
</tr>
{% if vc_members %}
<tr>
<th scope="row">{% trans "Virtual Chassis" %}</th>
<td>{{ object.virtual_chassis|linkify }}</td>
</tr>
{% endif %}
<tr>
<th scope="row">{% trans "Rack" %}</th>
<td class="d-flex justify-content-between align-items-start">