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

Allow import/export of device types (#1347)

This commit is contained in:
Faidon Liambotis
2017-07-18 04:50:24 +03:00
parent f30fa925ea
commit 4544893b4c
7 changed files with 67 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ GRAPH_TYPE_CHOICES = (
# Models which support export templates
EXPORTTEMPLATE_MODELS = [
'site', 'region', 'rack', 'rackgroup', 'manufacturer', 'device', # DCIM
'site', 'region', 'rack', 'rackgroup', 'manufacturer', 'devicetype', 'device', # DCIM
'consoleport', 'powerport', 'interfaceconnection', # DCIM
'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM
'provider', 'circuit', # Circuits