fix: add outer_units to column display

This commit is contained in:
ndom91 2021-11-06 01:04:16 +01:00
parent c170dbdf37
commit 5a4dd3a345

View File

@ -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'
)