master #14
|
@ -563,7 +563,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
if(ev.target.getAttribute("name") === "archiveoutputs"){
|
if(ev.target.getAttribute("name") === "archiveoutputs"){
|
||||||
if(confirm(" Please confirm archiving of execution outputs to workspace folder?")){
|
if(confirm(" Please confirm archiving of execution outputs to workspace folder?")){
|
||||||
const id = ev.currentTarget.getAttribute("data-index")
|
const id = ev.currentTarget.getAttribute("data-index")
|
||||||
this.toOutputArchiveFolder(id)
|
this.toOutputsArchiveFolder(id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue