mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 11:42:52 -06:00
Fix component column on InventoryItemTemplateTable
This commit is contained in:
parent
8e888b4435
commit
fe6acf07a5
@ -234,7 +234,6 @@ class InventoryItemTemplateTable(ComponentTemplateTable):
|
||||
linkify=True
|
||||
)
|
||||
component = tables.Column(
|
||||
accessor=Accessor('component'),
|
||||
orderable=False
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user