diff --git a/webapp/src/components/tabContentComponents/scanListContent.vue b/webapp/src/components/tabContentComponents/scanListContent.vue index 47724cc1..16899053 100644 --- a/webapp/src/components/tabContentComponents/scanListContent.vue +++ b/webapp/src/components/tabContentComponents/scanListContent.vue @@ -35,8 +35,8 @@ -
-
+
+

{{ selectedScan.name }} @@ -106,7 +106,7 @@ submit-label="Stitch Images" thing="smart_scan" action="stitch_scan" - v-if="item.can_stitch" + v-if="item.can_stitch | !item.dzi" :can-terminate="false" :submit-data="{ scan_name: item.name }" :button-primary="false" @@ -119,12 +119,6 @@ > Show Stitched Scan -

    @@ -134,7 +128,7 @@
  • Not enough images to stitch
  • Interactive preview not available
  • -
  • High quality stitch not available
  • +
  • High quality stitch not available