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
Show more breadcrumbs
Computational Metagenomics
CloWM
CloWM UI
Merge requests
!92
Resolve "Add help for creating clomw_info.json"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add help for creating clomw_info.json"
feature/95-add-help-for-creating-clomw-info-json
into
main
Overview
0
Commits
4
Pipelines
5
Changes
35
Merged
Daniel Göbel
requested to merge
feature/95-add-help-for-creating-clomw-info-json
into
main
1 year ago
Overview
0
Commits
4
Pipelines
5
Changes
35
Expand
Closes
#95 (closed)
0
0
Merge request reports
Compare
main
version 3
007dd5e5
1 year ago
version 2
4d4783ec
1 year ago
version 1
e6d95764
1 year ago
main (base)
and
latest version
latest version
1bbdc320
4 commits,
1 year ago
version 3
007dd5e5
3 commits,
1 year ago
version 2
4d4783ec
2 commits,
1 year ago
version 1
e6d95764
1 commit,
1 year ago
35 files
+
1279
−
596
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
35
Search (e.g. *.vue) (Ctrl+P)
src/components/modals/BootstrapModal.vue
+
1
−
1
Options
@@ -36,7 +36,7 @@ const modalSizeClass = computed<string>(() => {
<div
class=
"modal-title fs-5"
:id=
"modalLabel"
>
<slot
name=
"header"
/>
</div>
<div>
<div
class=
"d-flex align-items-center"
>
<slot
name=
"extra-button"
/>
<button
type=
"button"
Loading