mirror of https://github.com/CIRCL/lookyloo
fix: Update legend with downloaded icon
parent
7d85d93b23
commit
a5e024ab84
|
@ -427,6 +427,11 @@
|
|||
<img src="{{ url_for('static', filename='wtf.png') }}" alt="Content type not set/unknown"
|
||||
height="20" width="20"> Unknown content
|
||||
</div>
|
||||
|
||||
<div title="The node contains a downloaded file">
|
||||
<img src="{{ url_for('static', filename='download.png') }}" alt="Contains a downloaded file"
|
||||
height="20" width="20"> Downloaded file
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="width: 70px; float: right;">
|
||||
|
|
Loading…
Reference in New Issue