Skip to content

Commit

Permalink
include suppression of exit confirmation (thank you @Tomaz-Vieira)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored Oct 17, 2023
1 parent 125eed8 commit 82f6816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppsAndAnalysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function AppsAndAnalysisPage(props) {
</Button>
</Tooltip>
</Menu.Item>
<Menu.Item onClick={() => handleAppSelect(`https://app.ilastik.org/public/nehuba/index.html?output_path_pattern=/.nesysWorkflowFiles/ilastikOutputs/{parent_dir_name}/{name}.{extension}&ebrains_bucket_name=${props.keyValue}&ebrains_bucket_path=.nesysWorkflowFiles/zippedPyramids/#!{"layout":"xy"}`)}>
<Menu.Item onClick={() => handleAppSelect(`https://app.ilastik.org/public/nehuba/index.html?output_path_pattern=/.nesysWorkflowFiles/ilastikOutputs/{parent_dir_name}/{name}.{extension}&ebrains_bucket_name=${props.keyValue}&ebrains_bucket_path=.nesysWorkflowFiles/zippedPyramids/#!{"layout":"xy"}&confirm_exit_when_session_running=false`)}>
<span style={{ marginLeft: ".3125rem", marginRight: ".3125rem" }}>WebIlastik</span>
<Tooltip title="Launch WebIlastik">
<Button shape="circle" size="small" style={{ marginLeft: "0.8rem", marginRight: ".3125rem" }} >
Expand Down

0 comments on commit 82f6816

Please sign in to comment.