Browse Source

Removed UserActions from admin

Jeremy Stretch 9 years ago
parent
commit
e7d3c19b58
1 changed files with 0 additions and 5 deletions
  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']