Skip to content

Commit

Permalink
Merge pull request galaxyproject#17926 from guerler/fix_usepanels
Browse files Browse the repository at this point in the history
Ensures that the activity bar is not shown when use_panels is set to false
  • Loading branch information
guerler authored Apr 19, 2024
2 parents 10a0c58 + 3e427a7 commit a5d6688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/entry/analysis/modules/Analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ onUnmounted(() => {

<template>
<div id="columns" class="d-flex">
<ActivityBar />
<ActivityBar v-if="showPanels" />
<div id="center" class="overflow-auto p-3 w-100">
<CenterFrame v-show="showCenter" id="galaxy_main" @load="onLoad" />
<div v-show="!showCenter" class="h-100">
Expand Down

0 comments on commit a5d6688

Please sign in to comment.