diff --git a/netbox/dcim/tables/racks.py b/netbox/dcim/tables/racks.py index e79567ffe..da38c7807 100644 --- a/netbox/dcim/tables/racks.py +++ b/netbox/dcim/tables/racks.py @@ -73,7 +73,7 @@ class RackTable(BaseTable): url_name='dcim:rack_list' ) outer_width = tables.TemplateColumn( - template_code="{{ record.outer_width }}", + template_code="{{ record.outer_width }} {{ record.outer_unit }}", verbose_name='Outer Width' )