Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
  • Loading branch information
cdrage committed Oct 21, 2024
1 parent a07dc15 commit aa787b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function gotoLogs(): Promise<void> {
}
async function gotoVM(): Promise<void> {
router.goto(`/details/${btoa(object.id)}/vm`);
router.goto(`/disk-image/${btoa(object.id)}/vm`);
}
onMount(async () => {
Expand Down

0 comments on commit aa787b0

Please sign in to comment.