Update the GUI download links to point to new download_zip function
This commit is contained in:
parent
2c8ac1dffc
commit
666dced86d
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
<h3 class="uk-card-title">{{ item.name }}</h3>
|
<h3 class="uk-card-title">{{ item.name }}</h3>
|
||||||
<action-button
|
<action-button
|
||||||
thing="smart_scan"
|
thing="smart_scan"
|
||||||
action="create_zip_of_scan"
|
action="download_zip"
|
||||||
submit-label="Download ZIP"
|
submit-label="Download ZIP"
|
||||||
:can-terminate="false"
|
:can-terminate="false"
|
||||||
:submit-data="{ scan_name: item.name }"
|
:submit-data="{ scan_name: item.name }"
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@
|
||||||
<action-button
|
<action-button
|
||||||
class="uk-button"
|
class="uk-button"
|
||||||
thing="smart_scan"
|
thing="smart_scan"
|
||||||
action="create_zip_of_scan"
|
action="download_zip"
|
||||||
submit-label="Download ZIP"
|
submit-label="Download ZIP"
|
||||||
:can-terminate="false"
|
:can-terminate="false"
|
||||||
:submit-data="{ scan_name: lastScanName }"
|
:submit-data="{ scan_name: lastScanName }"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue