Merge branch 'csm-stream-pos' into 'v3'

Restore CSM stream pos to right of buttons

See merge request openflexure/openflexure-microscope-server!485
This commit is contained in:
Julian Stirling 2026-02-17 17:41:59 +00:00
commit a6be550e37

View file

@ -1,15 +1,17 @@
<template> <template>
<div id="CSMSettings" class="uk-grid uk-grid-divider uk-child-width-expand" uk-grid> <div id="CSMSettings">
<div class="uk-width-large"> <div class="uk-grid uk-grid-divider uk-child-width-expand" uk-grid>
<h3>Camera to Stage Mapping</h3> <div class="uk-width-large">
<p> <h3>Camera to Stage Mapping</h3>
Camera-stage mapping allows the stage to move relative to the camera view. This enables <p>
functions like click-to-move, and more precise tile scans. Camera-stage mapping allows the stage to move relative to the camera view. This enables
</p> functions like click-to-move, and more precise tile scans.
<CSMCalibrationSettings /> </p>
</div> <CSMCalibrationSettings />
<div id="mini-stream"> </div>
<miniStreamDisplay /> <div id="mini-stream">
<miniStreamDisplay />
</div>
</div> </div>
</div> </div>
</template> </template>