Skip to content

Commit

Permalink
reorder convo list view
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 7, 2023
1 parent 4124b4a commit ecdfe8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bots/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@ def queryset(self, request, queryset):
class ConversationAdmin(admin.ModelAdmin):
list_display = [
"get_display_name",
"bot_integration",
"created_at",
"view_last_msg",
"view_messages",
"view_last_active_delta",
"d1",
"d7",
"d30",
"view_last_msg",
"bot_integration",
"created_at",
"view_last_active_delta",
]
readonly_fields = [
"created_at",
Expand Down

0 comments on commit ecdfe8c

Please sign in to comment.