[arvados-workbench2] created: 2.4.0-174-ge257a39c
git repository hosting
git at public.arvados.org
Thu Aug 4 19:02:55 UTC 2022
at e257a39cf400e4c454f71d7f02a5c483571f2907 (commit)
commit e257a39cf400e4c454f71d7f02a5c483571f2907
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Aug 4 15:02:20 2022 -0400
19231: Add smaller page sizes (10 and 20 items) to load faster
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/src/store/data-explorer/data-explorer-reducer.ts b/src/store/data-explorer/data-explorer-reducer.ts
index f67cccdc..1e5cd88f 100644
--- a/src/store/data-explorer/data-explorer-reducer.ts
+++ b/src/store/data-explorer/data-explorer-reducer.ts
@@ -32,7 +32,7 @@ export const initialDataExplorer: DataExplorer = {
itemsAvailable: 0,
page: 0,
rowsPerPage: 50,
- rowsPerPageOptions: [50, 100, 200, 500],
+ rowsPerPageOptions: [10, 20, 50, 100, 200, 500],
searchValue: "",
requestState: DataTableRequestState.IDLE
};
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list