Skip to content

Commit

Permalink
Fixing pdf report link
Browse files Browse the repository at this point in the history
  • Loading branch information
brice-syslogic committed Oct 30, 2024
1 parent b2c26f8 commit 3dc3007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsf/templates/general/recent.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3 class="box-title">Scanned Apps{% if filter %} [{{filter}}]{% endif %}</h3>
{% endif %}
<a class="btn btn-outline-primary btn-sm" id="{{ e.MD5 }}" onclick="delete_scan(this)" href="javascript:void(0);"><i class="fas fa-trash" title="Delete Scan"></i></a>
{% if e.COMPLETE %}
<a class="btn btn-outline-primary btn-sm" href="../pdf/?checksum={{ e.MD5 }}"><i class="fas fa-file-pdf" title="PDF Report"></i></a>
<a class="btn btn-outline-primary btn-sm" href="../pdf/{{ e.MD5 }}/"><i class="fas fa-file-pdf" title="PDF Report"></i></a>
{% endif %}
</p>
</td>
Expand Down

0 comments on commit 3dc3007

Please sign in to comment.