Merge pull request #426 from ThomasWaldmann/admin-api-auth-faults
add api_auth_faults to host admin
This commit is contained in:
commit
7ef42f5727
@ -16,7 +16,7 @@ class DomainAdmin(admin.ModelAdmin):
|
||||
|
||||
@admin.register(Host)
|
||||
class HostAdmin(admin.ModelAdmin):
|
||||
list_display = ("name", "domain", "created_by", "client_faults", "abuse", "abuse_blocked")
|
||||
list_display = ("name", "domain", "created_by", "client_faults", "api_auth_faults", "abuse", "abuse_blocked")
|
||||
list_filter = ("created", "abuse", "abuse_blocked", "domain")
|
||||
search_fields = ("name", "created_by__username", "created_by__email")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user