diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index fb11e9a5c..8f27a5cc1 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -335,6 +335,15 @@ {% if object.rack and object.position %}
+
+ {{ object.rack.name }} + {% if object.rack.role %} +
{{ object.rack.role }} + {% endif %} + {% if object.rack.facility_id %} +
{{ object.rack.facility_id }} + {% endif %} +

{% trans "Front" %}