From d9066d6cffdeb37bf46fb831abcd02b1a188313b Mon Sep 17 00:00:00 2001 From: Jamie Murphy Date: Wed, 19 Feb 2025 22:02:59 +0000 Subject: [PATCH] add device rack title --- netbox/templates/dcim/device.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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" %}