mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Removed UserActions from admin
This commit is contained in:
parent
96e6409e12
commit
e7d3c19b58
@ -19,8 +19,3 @@ class TopologyMapAdmin(admin.ModelAdmin):
|
||||
prepopulated_fields = {
|
||||
'slug': ['name'],
|
||||
}
|
||||
|
||||
|
||||
@admin.register(UserAction)
|
||||
class UserActionAdmin(admin.ModelAdmin):
|
||||
list_display = ['user', 'action', 'content_type', 'object_id', 'message']
|
||||
|
Loading…
Reference in New Issue
Block a user