2
0
Эх сурвалжийг харах

Removed UserActions from admin

Jeremy Stretch 9 жил өмнө
parent
commit
e7d3c19b58

+ 0 - 5
netbox/extras/admin.py

@@ -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']