Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
7d220116
Commit
7d220116
authored
11 months ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
set appToRemove for ID
parent
5dd5068c
No related branches found
No related tags found
1 merge request
!20
set appToRemove for ID
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/appmarket/appmanagement/app-management-list/appmanagementlist.component.ts
+1
-0
1 addition, 0 deletions
...gement/app-management-list/appmanagementlist.component.ts
with
1 addition
and
0 deletions
src/app/appmarket/appmanagement/app-management-list/appmanagementlist.component.ts
+
1
−
0
View file @
7d220116
...
@@ -123,6 +123,7 @@ export class AppManagementListComponent implements OnInit {
...
@@ -123,6 +123,7 @@ export class AppManagementListComponent implements OnInit {
if
(
app
.
versions
.
find
(
version
=>
version
.
state
===
ApplicationState
.
DELETED
))
{
if
(
app
.
versions
.
find
(
version
=>
version
.
state
===
ApplicationState
.
DELETED
))
{
this
.
hasRunningInstances
=
true
;
this
.
hasRunningInstances
=
true
;
}
}
this
.
appToRemove
=
app
;
this
.
confirmRemovalModal
.
show
();
this
.
confirmRemovalModal
.
show
();
}
}
...
...
This diff is collapsed.
Click to expand it.
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