Closes: #19200 Add Virtual Chassis name to pane on Device View (#19369)

This commit is contained in:
Renato Almeida de Oliveira 2025-05-14 09:28:11 -03:00 committed by GitHub
parent 39b03abe72
commit 1700a9265c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,12 @@
<th scope="row">{% trans "Location" %}</th>
<td>{% nested_tree object.location %}</td>
</tr>
{% if object.virtual_chassis %}
<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">