Add modal progress box for stage recentering

I've also added a title to the modal box
This commit is contained in:
Richard Bowman 2024-01-04 15:54:56 +00:00
parent a18ac90c24
commit 7dd4c1f4c6
2 changed files with 4 additions and 2 deletions

View file

@ -35,8 +35,9 @@
</button>
</div>
<div id="modal-center" ref="statusModal" class="" uk-modal>
<div id="modal-center" ref="statusModal" class="" uk-modal="bg-close: false; esc-close: false; stack: true;">
<div class="uk-modal-dialog uk-modal-body uk-margin-auto-vertical">
<h2>{{ submitLabel }}</h2>
<div id="log-container" ref="logContainer">
<div v-for="(item, index) in log" :key="`log_entry_${index}`">
{{ item.message }}

View file

@ -78,8 +78,9 @@
<taskSubmitter
:submit-url="recentreActionUri"
:submit-label="'Re-centre Stage'"
:can-terminate="false"
:can-terminate="true"
:requires-confirmation="true"
:modal-progress="true"
:confirmation-message="
'The stage will now move, and autofocus will be used to find the centre of motion. This requires a sample to be visible in the microscope. OK to proceed?'
"