Skip to content

Commit

Permalink
feat(client): redirect to logs after installation
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 9, 2024
1 parent 021841f commit bd28a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function TemplateInstallPopup(props: Readonly<Props>) {
};

const open = () => {
navigate(`/containers/${container.id}`);
navigate(`/containers/${container.id}/logs`);
};

const { createContainer, isCreatingContainer, errorCreatingContainer } =
Expand Down

0 comments on commit bd28a15

Please sign in to comment.