Skip to content

Commit ee576ca

Browse files
committed
chg: [qrcodes] daterange search: sort qrcode by content
1 parent b988f46 commit ee576ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

var/www/templates/objects/qrcode/QrcodeDaterange.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ <h3> {{ date_from }} to {{ date_to }} Qrcodes Name: </h3>
136136
{% for obj_id in dict_objects %}
137137
<tr>
138138
<td style="word-break: break-all;">
139-
<a target="_blank" href="{{ url_for('correlation.show_correlation') }}?type=qrcode&id={{ obj_id }}">{{ dict_objects[obj_id]['id'] }}</a>
140-
{% if dict_objects[obj_id]['content'] %}
141-
<div><small>{{ dict_objects[obj_id]['content'] }}</small></div>
142-
{% endif %}
139+
<a target="_blank" href="{{ url_for('correlation.show_correlation') }}?type=qrcode&id={{ obj_id }}">{{ dict_objects[obj_id]['content'] }}</a>
143140
</td>
144141
<td>{{ dict_objects[obj_id]['first_seen'] }}</td>
145142
<td>{{ dict_objects[obj_id]['last_seen'] }}</td>

0 commit comments

Comments
 (0)