diff --git a/netbox/dcim/tables/devicetypes.py b/netbox/dcim/tables/devicetypes.py index ea1451de3..21318ecd4 100644 --- a/netbox/dcim/tables/devicetypes.py +++ b/netbox/dcim/tables/devicetypes.py @@ -234,7 +234,6 @@ class InventoryItemTemplateTable(ComponentTemplateTable): linkify=True ) component = tables.Column( - accessor=Accessor('component'), orderable=False )