-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrape button Added #96
base: main
Are you sure you want to change the base?
Conversation
Hey! i added the button kindly check it.
pulpito/templates/run.html
Outdated
@@ -53,7 +53,9 @@ <h2> | |||
<a href="/{{ run.name }}/detail"> See detail view?</a> | |||
</h2> | |||
</div> | |||
|
|||
<h2> | |||
<a href="http://qa-proxy.ceph.com/teuthology/{{ run.name }}/scrape.log">Want to see scrape.log?</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would write it like this to keep similar to the other hyperlinks.
<a href="http://qa-proxy.ceph.com/teuthology/{{ run.name }}/scrape.log">Want to see scrape.log?</a> | |
<a href="http://qa-proxy.ceph.com/teuthology/{{ run.name }}/scrape.log">See scrape.log?</a> |
keeping similar to the other hyperlinks.
Updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @ljflores
@Adityaakr looks like the file was deleted by mistake |
I apologize for that I recreated the review request. @ljflores |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated @ljflores
###TITLE ###
Add "Scrape" button for quick access to scrape.log
This PR adds a "Scrape" button to the batch run page, providing users with a convenient way to access the scrape.log file. The button links to the correct URL format, including "/teuthology/" for consistency.
Related Issue:
Fixes #88 @kamoltat @ljflores
This change addresses feedback from previous discussions and aligns with the project's URL structure. It improves user experience by simplifying access to important logs.