mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
fix: add outer_units to column display
This commit is contained in:
parent
c170dbdf37
commit
5a4dd3a345
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user