Skip to content

Commit

Permalink
Enable custom export templates for Tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Aug 12, 2016
1 parent 7600a46 commit 8fd698e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions netbox/extras/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
)

EXPORTTEMPLATE_MODELS = [
'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection',
'aggregate', 'prefix', 'ipaddress', 'vlan',
'provider', 'circuit'
'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', # DCIM
'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM
'provider', 'circuit', # Circuits
'tenant', # Tenants
]

ACTION_CREATE = 1
Expand Down

0 comments on commit 8fd698e

Please sign in to comment.