new: Link to HHH from hostnode popup

pull/746/head
Raphaël Vinot 2023-07-24 16:00:55 +02:00
parent 0604ccfdee
commit f7e5e3e867
2 changed files with 7 additions and 3 deletions

View File

@ -12,14 +12,14 @@
<table id="table" class="table">
<thead>
<tr>
<th>Name</th>
<th>Value</th>
<th scope="col">Name</th>
<th scope="col">Value sample</th>
</tr>
</thead>
<tbody>
{%for name, value in headers%}
<tr>
<td>{{name}}</td>
<th scope="row">{{name}}</th>
<td>{{value}}</td>
</tr>
{%endfor%}

View File

@ -293,6 +293,10 @@
</a>
</p>
</div>
{% if url['url_object'].hhhash %}
<button type="button" class="btn btn-sm btn-link" onclick="openURLInNewTab('{{ url_for('hhh_detail', hhh=url['url_object'].hhhash) }}')">See other captures with the same HTTP Headers Hash</button>
{% endif %}
{% endif %}
{% if enable_context_by_users %}
</br>