Browse Source

Removed UserActions from admin

Jeremy Stretch 10 năm trước cách đây
mục cha
commit
e7d3c19b58
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      netbox/extras/admin.py

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