chg: [qrcodes] daterange search: sort qrcode by content
Some checks failed
CI / ail_test (3.10) (push) Has been cancelled
CI / ail_test (3.7) (push) Has been cancelled
CI / ail_test (3.8) (push) Has been cancelled
CI / ail_test (3.9) (push) Has been cancelled

This commit is contained in:
terrtia 2024-10-18 10:28:26 +02:00
parent b988f46c90
commit ee576ca06f
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -136,10 +136,7 @@
{% for obj_id in dict_objects %}
<tr>
<td style="word-break: break-all;">
<a target="_blank" href="{{ url_for('correlation.show_correlation') }}?type=qrcode&id={{ obj_id }}">{{ dict_objects[obj_id]['id'] }}</a>
{% if dict_objects[obj_id]['content'] %}
<div><small>{{ dict_objects[obj_id]['content'] }}</small></div>
{% endif %}
<a target="_blank" href="{{ url_for('correlation.show_correlation') }}?type=qrcode&id={{ obj_id }}">{{ dict_objects[obj_id]['content'] }}</a>
</td>
<td>{{ dict_objects[obj_id]['first_seen'] }}</td>
<td>{{ dict_objects[obj_id]['last_seen'] }}</td>