Skip to content

Commit

Permalink
chg: Add link to other captures with same IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jan 27, 2025
1 parent 022d08e commit 10a0350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/web/templates/hostname_popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h5>NS record for {{hostnode.ns[0]}}:</h5>
</div>
{% if url['url_object'].ip_address %}
<div>
IP from HAR: <b>{{ url['url_object'].ip_address }}</b>
IP from HAR: <b>{{ url['url_object'].ip_address }}</b> (<a href="{{ url_for('ip_details', ip=url['url_object'].ip_address, from_popup=True) }}">see other captures</a>)
{% if uwhois_available %}(<a href="{{ url_for('whois', query=url['url_object'].ip_address)}}">whois</a>){% endif %}
</div>
{% endif %}
Expand Down

0 comments on commit 10a0350

Please sign in to comment.