-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): make download logs actions work again (#1694)
## Problem After changes introduced in #1693, the `LogsButton` component has become obsolete and does not work as expected. ## Solution Use an old plain HTML link pointing to the expected URL and using the [download](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download) attribute. ## Additional note Please, bear in mind that this is kind of intermediate change to make the link work again. It will be superseded (and probably improved) by the WIP #1690 ## Testing - Tested manually
- Loading branch information
Showing
3 changed files
with
12 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
------------------------------------------------------------------- | ||
Wed Oct 23 16:26:29 UTC 2024 - David Diaz <[email protected]> | ||
|
||
- Fix the link to download the logs (gh#agama-project/agama#1694). | ||
|
||
------------------------------------------------------------------- | ||
Wed Oct 23 15:26:29 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters