Przeglądaj źródła

Fix group column on RackTable

Jeremy Stretch 5 lat temu
rodzic
commit
7c4d634ae6
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      netbox/dcim/tables.py

+ 0 - 3
netbox/dcim/tables.py

@@ -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
     )