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

Fix group column on RackTable

This commit is contained in:
Jeremy Stretch
2020-05-04 14:56:29 -04:00
parent 51ccbdf6c4
commit 7c4d634ae6

View File

@@ -316,9 +316,6 @@ class RackTable(BaseTable):
viewname='dcim:site',
args=[Accessor('site.slug')]
)
group = tables.Column(
accessor=Accessor('group.name')
)
tenant = tables.TemplateColumn(
template_code=COL_TENANT
)