Address PR feedback

This commit is contained in:
Jeremy Stretch 2025-05-14 08:14:22 -04:00
parent 4db5c6de19
commit 88985e2c37

View File

@ -26,11 +26,11 @@
<th scope="row">{% trans "Location" %}</th> <th scope="row">{% trans "Location" %}</th>
<td>{% nested_tree object.location %}</td> <td>{% nested_tree object.location %}</td>
</tr> </tr>
{% if vc_members %} {% if object.virtual_chassis %}
<tr> <tr>
<th scope="row">{% trans "Virtual Chassis" %}</th> <th scope="row">{% trans "Virtual Chassis" %}</th>
<td>{{ object.virtual_chassis|linkify }}</td> <td>{{ object.virtual_chassis|linkify }}</td>
</tr> </tr>
{% endif %} {% endif %}
<tr> <tr>
<th scope="row">{% trans "Rack" %}</th> <th scope="row">{% trans "Rack" %}</th>