Skip to content

Commit 977ecb9

Browse files
committed
add isMono to admin
1 parent ea4774a commit 977ecb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcserver/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SessionAdmin(admin.ModelAdmin):
5858
'public',
5959
'created_at', 'updated_at', 'server',
6060
'status', 'status_changed',
61-
'trashed', 'trashed_at',
61+
'trashed', 'trashed_at', 'isMono',
6262
)
6363
raw_id_fields = ('user', 'subject')
6464
search_fields = ['id', 'user__username', "subject__name"]

0 commit comments

Comments
 (0)