Skip to content

Commit 3863bfd

Browse files
committed
add page_count to Job on admin dashboard
1 parent c6baff7 commit 3863bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/models/job.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def completed?
2323
field :status
2424
field :owner_type
2525
field :owner_id
26+
field :page_count
2627
field :created_at
2728
field :finished_at
2829
end
@@ -31,6 +32,7 @@ def completed?
3132
field :uuid
3233
field :type
3334
field :status
35+
field :page_count
3436
field :llm_model
3537
field :prompt
3638
field :alt_text

0 commit comments

Comments
 (0)