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

Closes #3515: Enable export templates for inventory items

This commit is contained in:
Jeremy Stretch
2019-09-25 12:07:41 -04:00
parent a84dbbf482
commit b7b04045de
3 changed files with 10 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ EXPORTTEMPLATE_MODELS = [
'dcim.device',
'dcim.devicetype',
'dcim.interface',
'dcim.inventoryitem',
'dcim.manufacturer',
'dcim.powerpanel',
'dcim.powerport',