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

Enabled export templates for clusters and virtual machines

This commit is contained in:
Jeremy Stretch
2017-09-19 11:31:29 -04:00
parent 35b4e190d9
commit e93129f1ae
2 changed files with 47 additions and 5 deletions

View File

@ -38,10 +38,11 @@ GRAPH_TYPE_CHOICES = (
# Models which support export templates
EXPORTTEMPLATE_MODELS = [
'provider', 'circuit', # Circuits
'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', # DCIM
'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM
'provider', 'circuit', # Circuits
'tenant', # Tenants
'tenant', # Tenancy
'cluster', 'virtualmachine', # Virtualization
]
# User action types