chg: [qrcodes] daterange search: sort qrcode by content

master v5.9
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
1 changed files with 1 additions and 4 deletions

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>