Skip to content

Commit

Permalink
Add to RunInline
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Nov 8, 2023
1 parent f99b242 commit 947c47a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grai-server/app/connections/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ class ConnectorAdmin(admin.ModelAdmin):
class RunInline(admin.TabularInline):
model = Run
extra = 0
fields = ["status", "metadata", "created_at", "started_at", "finished_at", "user"]
fields = ["action", "status", "metadata", "created_at", "started_at", "finished_at", "user"]
readonly_fields = [
"action",
"status",
"metadata",
"created_at",
Expand Down

0 comments on commit 947c47a

Please sign in to comment.