From 054bbbbc46e3e2cb0908297e315fc3d4d22d8cd7 Mon Sep 17 00:00:00 2001 From: Frank Hassanabad Date: Mon, 13 Jan 2020 13:36:51 -0700 Subject: [PATCH] [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 --- .../siem/public/pages/detection_engine/rules/all/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/index.tsx b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/index.tsx index e900058b6c53cf..d928cc09498512 100644 --- a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/index.tsx +++ b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/all/index.tsx @@ -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}