From 1ccbf746b91604247b628ac924f0cecedc8bbb93 Mon Sep 17 00:00:00 2001 From: Joseph Kennedy Date: Fri, 1 Sep 2017 00:32:41 -0400 Subject: [PATCH] Restore white space in exporttemplate_models --- netbox/extras/constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netbox/extras/constants.py b/netbox/extras/constants.py index f0408f975..86da90895 100644 --- a/netbox/extras/constants.py +++ b/netbox/extras/constants.py @@ -37,10 +37,10 @@ GRAPH_TYPE_CHOICES = ( # Models which support export templates EXPORTTEMPLATE_MODELS = [ - 'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', # DCIM - 'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM - 'provider', 'circuit', # Circuits - 'tenant', # Tenants + 'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', # DCIM + 'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM + 'provider', 'circuit', # Circuits + 'tenant', # Tenants ] # User action types