Skip to content

Commit

Permalink
Merge pull request #1 from tweaselORG/b_trackhar-webui-link
Browse files Browse the repository at this point in the history
Add link to TrackHAR web UI to request row pages
  • Loading branch information
zner0L authored Jun 11, 2024
2 parents cca5e51 + fd220e7 commit e6748a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions datasette/templates/row-data-requests.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "default:row.html" %}

{% block content %}
{{ super() }}

<p>
<a href="https://trackers.tweasel.org/trackhar/#!request-id={{ ','.join(primary_key_values) }}">Analyze this request using TrackHAR</a>
</p>
{% endblock %}

0 comments on commit e6748a7

Please sign in to comment.