mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Removed obsolete CSV headers from DeviceType (export is now YAML-based)
This commit is contained in:
parent
a7b8f9b5d3
commit
99a35b9128
@ -1018,9 +1018,6 @@ class DeviceType(ChangeLoggedModel, CustomFieldModel):
|
|||||||
|
|
||||||
tags = TaggableManager(through=TaggedItem)
|
tags = TaggableManager(through=TaggedItem)
|
||||||
|
|
||||||
csv_headers = [
|
|
||||||
'manufacturer', 'model', 'slug', 'part_number', 'u_height', 'is_full_depth', 'subdevice_role', 'comments',
|
|
||||||
]
|
|
||||||
clone_fields = [
|
clone_fields = [
|
||||||
'manufacturer', 'u_height', 'is_full_depth', 'subdevice_role',
|
'manufacturer', 'u_height', 'is_full_depth', 'subdevice_role',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user