mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #1145] Feature request: Make Show Details button into a hyperlink #795
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#795
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amcsi on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/1145
In the project view where checks are listed, the rightmost button per list item is the Show Details button that takes you to the Details page for that check.
The problem with that being a button instead of a hyperlink is that I can't right click it and click "Open in New Tab", nor can I middle click it to open it in a new tab.
As such, I can't open multiple different different checks in new tabs.
The alternative at the moment is that for each check whose details I want to view, I need to duplicate the current tab with the check list view, and find each check individually on each tab, and click the Show Details button on each.
It would be a lot more convenient if the Show Details button were a hyperlink instead. And it would be better accessibility-wise as well.
@cuu508 commented on GitHub (Apr 9, 2025):
Thanks for the suggestion, implemented and deployed.