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 }) => (