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:
commit
9cc26b8060
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<!--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>
|
||||
<div
|
||||
class="uk-accordion-content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue