Allow camera stage mapping calibration to be cancelled

This commit is contained in:
Richard Bowman 2024-01-04 14:48:47 +00:00
parent bcc13475b6
commit a18ac90c24

View file

@ -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.'