Skip to content

Commit

Permalink
[SIEM][Detection Engine] Increases the number or rules you can view o…
Browse files Browse the repository at this point in the history
…n a single page (#54628)

* Increased the number or rules you can view on a single page

* messed up one line
  • Loading branch information
FrankHassanabad committed Jan 13, 2020
1 parent 58f5a45 commit a345340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const AllRules = React.memo<{
pageIndex: pagination.page - 1,
pageSize: pagination.perPage,
totalItemCount: pagination.total,
pageSizeOptions: [5, 10, 20],
pageSizeOptions: [5, 10, 20, 50, 100, 200, 300],
}}
sorting={{ sort: { field: 'activate', direction: filterOptions.sortOrder } }}
selection={hasNoPermissions ? undefined : euiBasicTableSelectionProps}
Expand Down

0 comments on commit a345340

Please sign in to comment.