You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The disk image details page didn't have any actions, which is different from
every other details page. This adds actions, but only Delete since the other
actions are essentially just links to tabs here.
Fixes#1299.
Signed-off-by: Tim deBoer <[email protected]>
Copy file name to clipboardExpand all lines: packages/frontend/src/lib/disk-image/DiskImageActions.svelte
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,12 @@ onMount(async () => {
33
33
});
34
34
</script>
35
35
36
-
<!-- Only show the Terminal button if object.arch actually exists or else we will not be able to pass in the architecture information to the build correctly.
37
-
Only show if on macOS as well as that is the only option we support at the moment -->
<!-- Only show the Terminal button if object.arch actually exists or else we will not be able to pass in the architecture information to the build correctly.
38
+
Only show if on macOS as well as that is the only option we support at the moment -->
0 commit comments