mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Removed UserActions from admin
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user