diff --git a/client/src/components/TemplateInstallPopup/TemplateInstallPopup.tsx b/client/src/components/TemplateInstallPopup/TemplateInstallPopup.tsx index 7ad595b5..b2539990 100644 --- a/client/src/components/TemplateInstallPopup/TemplateInstallPopup.tsx +++ b/client/src/components/TemplateInstallPopup/TemplateInstallPopup.tsx @@ -38,7 +38,7 @@ export default function TemplateInstallPopup(props: Readonly) { }; const open = () => { - navigate(`/containers/${container.id}`); + navigate(`/containers/${container.id}/logs`); }; const { createContainer, isCreatingContainer, errorCreatingContainer } =