Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AIMS Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
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
Coscine
frontend
apps
AIMS Frontend
Commits
714abdab
Commit
714abdab
authored
1 year ago
by
Benedikt Heinrichs
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Don't allow delete when readonly
parent
35dac187
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!96
Chore: 2.10.0
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/ApplicationProfiles/PropertyList.vue
+4
-1
4 additions, 1 deletion
src/components/ApplicationProfiles/PropertyList.vue
with
4 additions
and
1 deletion
src/components/ApplicationProfiles/PropertyList.vue
+
4
−
1
View file @
714abdab
...
...
@@ -27,7 +27,10 @@
/>
<b-input-group-append>
<b-button
variant=
"outline-danger"
@
click=
"removeEntry(index)"
<b-button
:disabled=
"readonly"
variant=
"outline-danger"
@
click=
"removeEntry(index)"
><b-icon
icon=
"x"
/></b-button>
</b-input-group-append>
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
f07bb442
·
1 year ago
mentioned in commit
f07bb442
mentioned in commit f07bb442b93d6710530e16bd3500ddf7a7ebb739
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment