This commit is contained in:
jeremystretch 2022-09-27 11:12:21 -04:00
parent 5476af218b
commit 97659b5493

View File

@ -86,7 +86,7 @@ class DeviceTypeTable(NetBoxTable):
url_name='dcim:devicetype_list' url_name='dcim:devicetype_list'
) )
u_height = columns.TemplateColumn( u_height = columns.TemplateColumn(
template_code='{{ value|floatformat }}' template_code='{{ value|floatformat }}'
) )
class Meta(NetBoxTable.Meta): class Meta(NetBoxTable.Meta):