Restore white space in exporttemplate_models

This commit is contained in:
Joseph Kennedy 2017-09-01 00:32:41 -04:00
parent 0e0728a763
commit 1ccbf746b9

View File

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