mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-12 17:48:22 +00:00
chg: [qrcodes] daterange search: sort qrcode by content
This commit is contained in:
parent
b988f46c90
commit
ee576ca06f
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue