This commit is contained in:

committed by
GitHub

parent
39b03abe72
commit
1700a9265c
@@ -26,6 +26,12 @@
|
|||||||
<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 object.virtual_chassis %}
|
||||||
|
<tr>
|
||||||
|
<th scope="row">{% trans "Virtual Chassis" %}</th>
|
||||||
|
<td>{{ object.virtual_chassis|linkify }}</td>
|
||||||
|
</tr>
|
||||||
|
{% endif %}
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">{% trans "Rack" %}</th>
|
<th scope="row">{% trans "Rack" %}</th>
|
||||||
<td class="d-flex justify-content-between align-items-start">
|
<td class="d-flex justify-content-between align-items-start">
|
||||||
|
Reference in New Issue
Block a user