This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new c5bca8a fixed Pinot ui can't show all the pinot servers (#6956) c5bca8a is described below commit c5bca8a538402a26929981660ac72b69bb5ecd49 Author: Sanket Shah <shahsan...@users.noreply.github.com> AuthorDate: Fri May 21 22:55:34 2021 +0530 fixed Pinot ui can't show all the pinot servers (#6956) --- .../src/main/resources/app/components/Homepage/ClusterConfig.tsx | 1 + .../src/main/resources/app/components/Homepage/InstanceTable.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/pinot-controller/src/main/resources/app/components/Homepage/ClusterConfig.tsx b/pinot-controller/src/main/resources/app/components/Homepage/ClusterConfig.tsx index 1b5217c..deec86c 100644 --- a/pinot-controller/src/main/resources/app/components/Homepage/ClusterConfig.tsx +++ b/pinot-controller/src/main/resources/app/components/Homepage/ClusterConfig.tsx @@ -47,6 +47,7 @@ const ClusterConfig = () => { data={tableData} showSearchBox={true} inAccordionFormat={true} + isPagination={false} /> ); }; diff --git a/pinot-controller/src/main/resources/app/components/Homepage/InstanceTable.tsx b/pinot-controller/src/main/resources/app/components/Homepage/InstanceTable.tsx index 9a62c71..e077f31 100644 --- a/pinot-controller/src/main/resources/app/components/Homepage/InstanceTable.tsx +++ b/pinot-controller/src/main/resources/app/components/Homepage/InstanceTable.tsx @@ -65,6 +65,7 @@ const InstaceTable = ({ name, instances, clusterName }: Props) => { inAccordionFormat={true} addLinks baseURL="/instance/" + isPagination /> ); }; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org