mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
a couple small adjustments here and there.
This commit is contained in:
parent
e59696efd4
commit
87e83eb71b
5 changed files with 34 additions and 4 deletions
|
|
@ -9,6 +9,8 @@ class MailAccountAdmin(admin.ModelAdmin):
|
|||
|
||||
class MailRuleAdmin(admin.ModelAdmin):
|
||||
|
||||
list_filter = ("account",)
|
||||
|
||||
list_display = ("name", "account", "folder", "action")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue