Merge branch 'conditional-log' into 'v3'
Action log: only show log summary once first message arrives Closes #817 See merge request openflexure/openflexure-microscope-server!655
This commit is contained in:
commit
d26b93e1be
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<div class="action-log-display">
|
||||
<!-- Toggle button -->
|
||||
<button
|
||||
v-show="log.length"
|
||||
class="log-toggle"
|
||||
:title="isCollapsed ? 'Show full log' : 'Hide full log'"
|
||||
:aria-label="isCollapsed ? 'Show full log' : 'Hide full log'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue