Hide smart stack controls when they are not required
The code that checked for the presence of the smart stack plugin had a typo, and would display smart stack controls whenever the stack and scan extension was detected (whether or not the smart stack extension was enabled). This is now fixed.
This commit is contained in:
parent
b2eb1e0f05
commit
bb4b7335a3
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