mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 14:17:16 +00:00
chg: [favicon] favicons by daterange, lazy loading
This commit is contained in:
parent
970a169270
commit
dd32604b7b
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<a target="_blank" href="{{ url_for('correlation.show_correlation') }}?type=favicon&id={{ obj_id }}">
|
||||
<img class="object_image mb-1" src="{{ url_for('objects_favicon.favicon', filename=dict_objects[obj_id]['img'])}}">
|
||||
<img class="object_image mb-1" src="{{ url_for('objects_favicon.favicon', filename=dict_objects[obj_id]['img'])}}" loading="lazy" style="max-width: 100px">
|
||||
{{ dict_objects[obj_id]['id'] }}
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue