diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 2c79ab006..13d5f2a94 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -300,6 +300,29 @@ {% include 'inc/panels/contacts.html' %} {% include 'inc/panels/image_attachments.html' %} +
Height | ++ {{ object.device_type.u_height }}U + | +
---|---|
Weight | ++ {% if object.device_type.weight %} + {{ object.device_type.weight|floatformat }} {{ object.device_type.get_weight_unit_display }} + {% else %} + {{ ''|placeholder }} + {% endif %} + | +