Reinstate welcome pane in refactored wizard.
This commit is contained in:
parent
00f0fe664c
commit
8f1253ec02
5 changed files with 107 additions and 12 deletions
|
|
@ -0,0 +1,23 @@
|
|||
<template>
|
||||
<div>
|
||||
<p>
|
||||
<b>
|
||||
Some important microscope calibration data is currently missing.
|
||||
</b>
|
||||
</p>
|
||||
<p>
|
||||
Your microscope will still function, however some functionality will
|
||||
be limited, and image quality will likely suffer.
|
||||
</p>
|
||||
<p>
|
||||
<b>Click Next to begin microscope calibration.</b>
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: "welcomeStep"
|
||||
}
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue