mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [chats] add participants corrlation shortcut
This commit is contained in:
parent
943a873124
commit
759bb9a2f0
1 changed files with 15 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue