Add download stitch button to GUI
This commit is contained in:
parent
31898122d7
commit
62065dc385
1 changed files with 14 additions and 2 deletions
|
|
@ -89,13 +89,25 @@
|
||||||
<action-button
|
<action-button
|
||||||
thing="smart_scan"
|
thing="smart_scan"
|
||||||
action="download_zip"
|
action="download_zip"
|
||||||
submit-label="Download ZIP"
|
submit-label="Download All"
|
||||||
:can-terminate="false"
|
:can-terminate="false"
|
||||||
:submit-data="{ scan_name: item.name }"
|
:submit-data="{ scan_name: item.name }"
|
||||||
:button-primary="true"
|
:button-primary="true"
|
||||||
@response="downloadZipFile"
|
@response="downloadZipFile"
|
||||||
@error="modalError"
|
@error="modalError"
|
||||||
/>
|
class="uk-button uk-width-1-2"
|
||||||
|
/>
|
||||||
|
<action-button
|
||||||
|
thing="smart_scan"
|
||||||
|
action="download_zip"
|
||||||
|
submit-label="Download Stitch"
|
||||||
|
:can-terminate="false"
|
||||||
|
:submit-data="{ scan_name: item.name }"
|
||||||
|
:button-primary="true"
|
||||||
|
@response="downloadZipFile"
|
||||||
|
@error="modalError"
|
||||||
|
class="uk-button uk-width-1-2"
|
||||||
|
/>
|
||||||
<button
|
<button
|
||||||
class="uk-button uk-button-default uk-width-1-1"
|
class="uk-button uk-button-default uk-width-1-1"
|
||||||
@click="deleteScan(item.name)"
|
@click="deleteScan(item.name)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue