mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers
This commit is contained in:
@ -17,10 +17,6 @@ class BaseTable(tables.Table):
|
||||
'class': 'table table-hover',
|
||||
}
|
||||
|
||||
@property
|
||||
def model(self):
|
||||
return self._meta.model
|
||||
|
||||
|
||||
class ToggleColumn(tables.CheckBoxColumn):
|
||||
|
||||
|
Reference in New Issue
Block a user