This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6a7487a302 [improvement]Remove the page button on the System page
(#10900)
6a7487a302 is described below
commit 6a7487a302fe98ed61ae66c80c2aaa5c995f10e6
Author: jiafeng.zhang <[email protected]>
AuthorDate: Sat Jul 16 06:00:08 2022 +0800
[improvement]Remove the page button on the System page (#10900)
---
ui/src/components/table/index.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ui/src/components/table/index.tsx
b/ui/src/components/table/index.tsx
index 8c082b752f..5030b104be 100644
--- a/ui/src/components/table/index.tsx
+++ b/ui/src/components/table/index.tsx
@@ -62,6 +62,8 @@ export default function SortFilterTable(props: any) {
showSizeChanger:true,
showQuickJumper:true,
hideOnSinglePage:true,
+ pageSize:30,
+ defaultPageSize:30,
}}
/>
</span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]