Skip to content

Commit

Permalink
Merge pull request #57 from hjr3/fix-attempts
Browse files Browse the repository at this point in the history
fix: show more attempts on request ui
  • Loading branch information
hjr3 authored Jan 20, 2024
2 parents 0e7138d + 19e8686 commit b549653
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ui/src/Requests/Show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ export const RequestsShow = () => (
showTime
emptyText="Not scheduled"
/>
<ReferenceManyField label="Attempts" reference="attempts" target="request_id" perPage={20}>
<ReferenceManyField
label="Recent Attempts (50 max)"
reference="attempts"
target="request_id"
perPage={50}
>
<Datagrid rowClick="show" bulkActionButtons={false}>
<TextField source="id" />
<TextField source="response_status" />
Expand Down

0 comments on commit b549653

Please sign in to comment.