From 782f4b8de3ba31b9b6608ac0b456f5a4934db5a4 Mon Sep 17 00:00:00 2001 From: Alan Guo Date: Fri, 12 Jul 2024 11:14:40 -0700 Subject: [PATCH] small ui fixes to the serve page Signed-off-by: Alan Guo --- .../src/common/CodeDialogButton/CodeDialogButton.tsx | 8 +++++++- .../client/src/pages/serve/ServeDeploymentsListPage.tsx | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python/ray/dashboard/client/src/common/CodeDialogButton/CodeDialogButton.tsx b/python/ray/dashboard/client/src/common/CodeDialogButton/CodeDialogButton.tsx index 436633e97ebc..291390e315ce 100644 --- a/python/ray/dashboard/client/src/common/CodeDialogButton/CodeDialogButton.tsx +++ b/python/ray/dashboard/client/src/common/CodeDialogButton/CodeDialogButton.tsx @@ -36,7 +36,13 @@ export const CodeDialogButton = ({ return ( - + {buttonText} {showConfigDialog && ( diff --git a/python/ray/dashboard/client/src/pages/serve/ServeDeploymentsListPage.tsx b/python/ray/dashboard/client/src/pages/serve/ServeDeploymentsListPage.tsx index 3ffd4136375d..51a280262694 100644 --- a/python/ray/dashboard/client/src/pages/serve/ServeDeploymentsListPage.tsx +++ b/python/ray/dashboard/client/src/pages/serve/ServeDeploymentsListPage.tsx @@ -102,7 +102,7 @@ export const ServeDeploymentsListPage = () => { page={constrainedPage} onChange={(e, pageNo) => setPage("pageNo", pageNo)} /> - +
{columns.map(({ label, helpInfo, width }) => (