1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix component column on InventoryItemTemplateTable

This commit is contained in:
jeremystretch
2022-02-11 12:26:26 -05:00
parent 8e888b4435
commit fe6acf07a5

View File

@@ -234,7 +234,6 @@ class InventoryItemTemplateTable(ComponentTemplateTable):
linkify=True
)
component = tables.Column(
accessor=Accessor('component'),
orderable=False
)