Always show scan name during scan
This commit is contained in:
parent
f44fb02006
commit
81d6514eb0
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<h3 v-if="scanning">
|
||||||
|
Scan ID: {{ scan_name }}
|
||||||
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="view-component uk-width-expand">
|
<div class="view-component uk-width-expand">
|
||||||
<img v-if="displayImageOnRight" :src="lastStitchedImage" id="last-stitched-image"/>
|
<img v-if="displayImageOnRight" :src="lastStitchedImage" id="last-stitched-image"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue