Skip to content

Commit

Permalink
fix: update extension link and text on empty screen
Browse files Browse the repository at this point in the history
Fixes the text and broken link on the empty screen.

Fixes podman-desktop#7003.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim authored and benoitf committed Apr 30, 2024
1 parent 2e9a206 commit 341ee27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ function gotoResourcesPage() {
}
function gotoExtensionsPage() {
router.goto('/preferences/extensions/');
router.goto('/extensions/');
}
</script>

<EmptyScreen
title="No Container Engine"
message="Ensure that you have at least one container engine configured and operational. Please go to the resources and follow to the provided guidelines for setting up a container engine."
message="Ensure that you have at least one container engine configured and operational. Please go to Resources and follow the provided guidelines for setting up a container engine."
icon="{faLayerGroup}">
<div class="flex gap-2 justify-center">
<Button type="link" on:click="{() => gotoResourcesPage()}">Resources</Button>
Expand Down

0 comments on commit 341ee27

Please sign in to comment.