Allow camera stage mapping calibration to be cancelled
This commit is contained in:
parent
bcc13475b6
commit
a18ac90c24
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<div v-if="'calibrate_xy' in actions" class="uk-margin-small">
|
<div v-if="'calibrate_xy' in actions" class="uk-margin-small">
|
||||||
<taskSubmitter
|
<taskSubmitter
|
||||||
:button-primary="true"
|
:button-primary="true"
|
||||||
:can-terminate="false"
|
:can-terminate="true"
|
||||||
:requires-confirmation="true"
|
:requires-confirmation="true"
|
||||||
:confirmation-message="
|
:confirmation-message="
|
||||||
'Start recalibration of the stage to the camera? This may take a while, and the microscope will be locked during this time.'
|
'Start recalibration of the stage to the camera? This may take a while, and the microscope will be locked during this time.'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue