Update the GUI download links to point to new download_zip function

This commit is contained in:
jaknapper 2025-04-16 20:28:33 +01:00
parent 2c8ac1dffc
commit 666dced86d
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@
<h3 class="uk-card-title">{{ item.name }}</h3>
<action-button
thing="smart_scan"
action="create_zip_of_scan"
action="download_zip"
submit-label="Download ZIP"
:can-terminate="false"
:submit-data="{ scan_name: item.name }"

View file

@ -135,7 +135,7 @@
<action-button
class="uk-button"
thing="smart_scan"
action="create_zip_of_scan"
action="download_zip"
submit-label="Download ZIP"
:can-terminate="false"
:submit-data="{ scan_name: lastScanName }"