Skip to content

Commit

Permalink
fix(FileSystem): show default metadata columns (#1595)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas authored Feb 12, 2025
1 parent 8ec87ed commit e4db081
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/components/widgets/jobs/JobsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@
</template>

<file-system
v-if="fullscreen"
roots="gcodes"
name="jobs"
bulk-actions
class="full-screen"
/>

<file-system
v-else
roots="gcodes"
name="dashboard"
:dense="!fullscreen"
:bulk-actions="fullscreen"
:class="{
'full-screen': fullscreen,
'partial-screen': !fullscreen
}"
dense
class="partial-screen"
/>
</collapsable-card>
</template>
Expand Down

0 comments on commit e4db081

Please # to comment.