diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 2c79ab006f7..13d5f2a9410 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -300,6 +300,29 @@
| 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 %} + | +