[SIEM][Detection Engine] Increases the number or rules you can view on a single page (#54628)

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

* messed up one line
This commit is contained in:
Frank Hassanabad 2020-01-13 13:36:51 -07:00 committed by GitHub
parent 2178ee38c0
commit 054bbbbc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}