Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CloWM UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!4
Display buckets and their objects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Display buckets and their objects
feature/5-display-buckets
into
development
Overview
0
Commits
12
Pipelines
0
Changes
5
Merged
Daniel Göbel
requested to merge
feature/5-display-buckets
into
development
2 years ago
Overview
0
Commits
12
Pipelines
0
Changes
5
Expand
Closes
#5 (closed)
Edited
2 years ago
by
Daniel Göbel
0
0
Merge request reports
Viewing commit
19214687
Prev
Next
Show latest version
5 files
+
126
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
Verified
19214687
Display objects in simple list and add breadcrumb based on url
· 19214687
Daniel Göbel
authored
2 years ago
#5
src/components/BucketListItem.vue
+
4
−
1
Options
@@ -24,7 +24,10 @@ const emit = defineEmits<{
'rounded-top': props.active,
}"
:aria-current="props.active"
:to="{ name: 'bucket', params: { bucket_name: bucket.name } }"
:to="{
name: 'bucket',
params: { bucket_name: bucket.name, sub_folders: [] },
}"
>
{{
bucket
.
name
}}
<bootstrap-icon
Loading