Skip to content

Commit

Permalink
show more workers per page. also allow page size selection (#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Lachish authored Oct 28, 2019
1 parent 88ae639 commit accf0f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/app/components/admin/RQStatus.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export function WorkersTable({ loading, items }) {
columns={workersColumns}
rowKey="name"
dataSource={items}
pagination={{
defaultPageSize: 25,
pageSizeOptions: [10, 25, 50],
showSizeChanger: true,
}}
/>
);
}
Expand Down

0 comments on commit accf0f7

Please sign in to comment.