|
@@ -1046,7 +1046,7 @@ class InventoryItemImportForm(NetBoxModelImportForm):
|
|
|
class Meta:
|
|
class Meta:
|
|
|
model = InventoryItem
|
|
model = InventoryItem
|
|
|
fields = (
|
|
fields = (
|
|
|
- 'device', 'name', 'label', 'role', 'manufacturer', 'part_id', 'serial', 'asset_tag', 'discovered',
|
|
|
|
|
|
|
+ 'device', 'name', 'label', 'role', 'manufacturer', 'parent', 'part_id', 'serial', 'asset_tag', 'discovered',
|
|
|
'description', 'tags', 'component_type', 'component_name',
|
|
'description', 'tags', 'component_type', 'component_name',
|
|
|
)
|
|
)
|
|
|
|
|
|