mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Removed obsolete CSV headers from DeviceType (export is now YAML-based)
This commit is contained in:
parent
f632b5bc29
commit
2ea95941e2
@ -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