mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
Enable custom export templates for Tenants
This commit is contained in:
parent
b74f338aa1
commit
bf1b8ab9b8
@ -18,9 +18,10 @@ GRAPH_TYPE_CHOICES = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
EXPORTTEMPLATE_MODELS = [
|
EXPORTTEMPLATE_MODELS = [
|
||||||
'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection',
|
'site', 'rack', 'device', 'consoleport', 'powerport', 'interfaceconnection', # DCIM
|
||||||
'aggregate', 'prefix', 'ipaddress', 'vlan',
|
'aggregate', 'prefix', 'ipaddress', 'vlan', # IPAM
|
||||||
'provider', 'circuit'
|
'provider', 'circuit', # Circuits
|
||||||
|
'tenant', # Tenants
|
||||||
]
|
]
|
||||||
|
|
||||||
ACTION_CREATE = 1
|
ACTION_CREATE = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user