chg: [chats] add participants corrlation shortcut

dev
terrtia 2023-12-09 16:59:00 +01:00
parent 943a873124
commit 759bb9a2f0
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 15 additions and 0 deletions

View File

@ -98,6 +98,7 @@
<th>First Seen</th>
<th>Last Seen</th>
<th>NB Messages</th>
<th></th>
</tr>
</thead>
<tbody style="font-size: 15px;">
@ -131,6 +132,20 @@
{% endif %}
</td>
<td>{{ user_meta['nb_messages'] }}</td>
<td>
<div class="d-flex flex-row-reverse bd-highlight">
{# <div>#}
{# <a class="btn" target="_blank" href="{{ url_for('import_export.add_object_id_to_export')}}?type={{obj_type}}{%if obj_subtype%}&subtype={{obj_subtype}}{%endif%}&id={{obj_id}}&lvl={{obj_lvl}}">#}
{# <img id="misp-logo" src="{{ url_for('static', filename='image/misp-logo.png')}}" height="25">#}
{# </a>#}
{# </div>#}
<div>
<a class="btn btn-outline-light" href="{{ url_for('correlation.show_correlation')}}?type={{ user_meta['type'] }}&subtype={{ user_meta['subtype'] }}&id={{ user_meta['id'] }}" target="_blank" style="font-size: 15px">
<i class="fas fa-project-diagram text-secondary"></i>
</a>
</div>
</div>
</td>
</tr>
{% endfor %}
</tbody>