Bläddra i källkod

Fix component column on InventoryItemTemplateTable

jeremystretch 4 år sedan
förälder
incheckning
fe6acf07a5
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      netbox/dcim/tables/devicetypes.py

+ 0 - 1
netbox/dcim/tables/devicetypes.py

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