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

Enabled export templates for services

This commit is contained in:
Jeremy Stretch
2018-07-12 16:59:22 -04:00
parent 67dbe02deb
commit 81b1d54859
3 changed files with 16 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ EXPORTTEMPLATE_MODELS = [
'provider', 'circuit', # Circuits
'site', 'region', 'rack', 'rackgroup', 'manufacturer', 'devicetype', 'device', # DCIM
'consoleport', 'powerport', 'interfaceconnection', 'virtualchassis', # DCIM
'aggregate', 'prefix', 'ipaddress', 'vlan', 'vrf', # IPAM
'aggregate', 'prefix', 'ipaddress', 'vlan', 'vrf', 'service', # IPAM
'tenant', # Tenancy
'cluster', 'virtualmachine', # Virtualization
]