Skip to content

Commit 1700a92

Browse files
Closes: #19200 Add Virtual Chassis name to pane on Device View (#19369)
1 parent 39b03ab commit 1700a92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netbox/templates/dcim/device.html

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ <h2 class="card-header">{% trans "Device" %}</h2>
2626
<th scope="row">{% trans "Location" %}</th>
2727
<td>{% nested_tree object.location %}</td>
2828
</tr>
29+
{% if object.virtual_chassis %}
30+
<tr>
31+
<th scope="row">{% trans "Virtual Chassis" %}</th>
32+
<td>{{ object.virtual_chassis|linkify }}</td>
33+
</tr>
34+
{% endif %}
2935
<tr>
3036
<th scope="row">{% trans "Rack" %}</th>
3137
<td class="d-flex justify-content-between align-items-start">

0 commit comments

Comments
 (0)