You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/15 22:00:14 UTC

[doris] branch master updated: [improvement]Remove the page button on the System page (#10900)

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 <zh...@gmail.com>
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org