Skip to content

Commit

Permalink
feat: include backup size in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 27, 2024
1 parent 3cd09e9 commit bb3da4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate_web/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class ServiceAdmin(admin.ModelAdmin):
"user_emails",
"expires",
"discoverable",
"backup_size",
]
list_filter = ("status", "discoverable")
search_fields = (
Expand Down

0 comments on commit bb3da4d

Please sign in to comment.