mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 11:08:18 -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'
|
url_name='dcim:rack_list'
|
||||||
)
|
)
|
||||||
outer_width = tables.TemplateColumn(
|
outer_width = tables.TemplateColumn(
|
||||||
template_code="{{ record.outer_width }}",
|
template_code="{{ record.outer_width }} {{ record.outer_unit }}",
|
||||||
verbose_name='Outer Width'
|
verbose_name='Outer Width'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user