fix: [show paste min UI] fix correlation url

This commit is contained in:
Terrtia 2019-11-21 14:29:42 +01:00
parent 00c2b139c6
commit e42bfae799
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -132,7 +132,7 @@
{% for b64 in l_64 %}
<tr>
<td><i class="fas {{ b64[0] }}"></i>&nbsp;&nbsp;{{ b64[1] }}</td>
<td><a target="_blank" href="{{ url_for('hashDecoded.showHash') }}?hash={{ b64[2] }}">{{ b64[2] }}</a> ({{ b64[4] }})</td>
<td><a target="_blank" href="{{ url_for('correlation.show_correlation') }}?object_type=decoded&correlation_id={{ b64[2] }}&correlation_objects=paste"</a> ({{ b64[4] }})</td>
</tr>
{% endfor %}
</tbody>