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
!45
Resolve "Refresh workflow execution list"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Refresh workflow execution list"
feature/52-refresh-workflow-execution-list
into
development
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Daniel Göbel
requested to merge
feature/52-refresh-workflow-execution-list
into
development
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Closes
#52 (closed)
0
0
Merge request reports
Viewing commit
e891980d
Show latest version
3 files
+
36
−
18
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Verified
e891980d
Add button to refresh workflow execution list
· e891980d
Daniel Göbel
authored
2 years ago
#52
src/components/parameter-schema/form-mode/ParameterStringInput.vue
+
1
−
1
Options
@@ -114,7 +114,7 @@ function updateValue() {
@@ -114,7 +114,7 @@ function updateValue() {
"
update:modelValue
"
,
"
update:modelValue
"
,
!
s3Path
.
bucket
&&
s3Path
.
key
!
s3Path
.
bucket
&&
s3Path
.
key
?
undefined
?
undefined
:
`s3://
${
s3Path
.
bucket
}
/
${
s3Path
.
key
}
`
:
`s3://
${
s3Path
.
bucket
}
/
${
s3Path
.
key
??
""
}
`
);
);
}
else
{
}
else
{
emit
(
emit
(
Loading