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

Added tenant to import/export of Circuits

This commit is contained in:
Jeremy Stretch
2016-07-26 15:48:48 -04:00
parent 06af05708a
commit 1939db1574
3 changed files with 12 additions and 3 deletions

View File

@ -92,6 +92,7 @@ class Circuit(CreatedUpdatedModel):
self.cid,
self.provider.name,
self.type.name,
self.tenant.name if self.tenant else '',
self.site.name,
self.install_date.isoformat() if self.install_date else '',
str(self.port_speed),