mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Fix group column on RackTable
This commit is contained in:
parent
51ccbdf6c4
commit
7c4d634ae6
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user