containers / podman-desktop-extension-bootc

Support for bootable OS containers (bootc) and generating disk images
Apache License 2.0
406 stars 14 forks source link

Add log button for builds on dashboard. #677

Closed cdrage closed 1 day ago

cdrage commented 1 month ago

Is your feature request related to a problem? Please describe

We should have a log button next to the delete button that loads up logs / essentially loads up with auto-refreshing the image log file (if it's available).

Multiple users have brought up "this doesn't work", but we have to explain to retrieve the image log file, it should be more accessible.

I encountered this a lot during implementing https://github.com/containers/podman-desktop-extension-bootc/issues/623 where having a direct button to logs would of been handy.

It should:

Describe the solution you'd like

Log button that loads up image log (in a terminal?).

Describe alternatives you've considered

No response

Additional context

No response

benoitf commented 1 month ago

hi, I'm not sure about which screen and which delete button you're referencing ?

cdrage commented 1 month ago

hi, I'm not sure about which screen and which delete button you're referencing ?

On the dashboard we have the delete button beside any builds.

We should have a log button beside it so it's more easily accessible / shows the current log of the build.

I've updated the title to reflect it, I worded it wrong. Apologizes!