ソースを参照

Removed UserActions from admin

Jeremy Stretch 9 年 前
コミット
e7d3c19b58
1 ファイル変更0 行追加5 行削除
  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']