Merge branch 'hide-smart-stack-controls' into 'master'

Hide smart stack controls when they are not required

See merge request openflexure/openflexure-microscope-server!142
This commit is contained in:
Kaspar Emanuel 2021-09-16 15:17:42 +00:00
commit 9cc26b8060

View file

@ -245,7 +245,7 @@
</div> </div>
</li> </li>
<!--Show stack and scan if scan plugin is enabled--> <!--Show stack and scan if scan plugin is enabled-->
<li v-if="scanUri" :class="{ 'uk-open': smartStack && scanCapture }"> <li v-if="smartScanUri" :class="{ 'uk-open': smartStack && scanCapture }">
<a class="uk-accordion-title" href="#">Smart Stack</a> <a class="uk-accordion-title" href="#">Smart Stack</a>
<div <div
class="uk-accordion-content" class="uk-accordion-content"