This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from dc01cc8 Fixing the case of Orc and Json record reader class name (#5754) add 8474f7e Cluster Manger UI: adding instance details page showing instance config and tables in that particular instance (#5757) No new revisions were added by this update. Summary of changes: pinot-controller/src/main/resources/app/App.tsx | 58 ++++--- .../main/resources/app/components/Breadcrumbs.tsx | 22 ++- .../app/components/Homepage/InstanceTable.tsx | 12 +- .../app/components/Homepage/InstancesTables.tsx | 8 +- .../src/main/resources/app/interfaces/types.d.ts | 2 + .../main/resources/app/pages/InstanceDetails.tsx | 167 +++++++++++++++++++++ .../src/main/resources/app/pages/Query.tsx | 7 +- .../src/main/resources/app/pages/TenantDetails.tsx | 6 +- .../src/main/resources/app/requests/index.ts | 9 +- pinot-controller/src/main/resources/app/router.tsx | 8 +- .../main/resources/app/utils/PinotMethodUtils.ts | 67 +++++++-- 11 files changed, 311 insertions(+), 55 deletions(-) create mode 100644 pinot-controller/src/main/resources/app/pages/InstanceDetails.tsx --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org