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
029b03de
Unverified
Commit
029b03de
authored
1 year ago
by
Łukasz Łopatowski
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#149
from nmaas-platform/139-add-application-removal-button
fix removal modal for domains
parents
323a9733
c09ca612
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/appmarket/domains/list/domainslist.component.html
+2
-2
2 additions, 2 deletions
src/app/appmarket/domains/list/domainslist.component.html
src/app/appmarket/domains/list/domainslist.component.ts
+1
-3
1 addition, 3 deletions
src/app/appmarket/domains/list/domainslist.component.ts
with
3 additions
and
5 deletions
src/app/appmarket/domains/list/domainslist.component.html
+
2
−
2
View file @
029b03de
...
@@ -84,6 +84,6 @@
...
@@ -84,6 +84,6 @@
</div>
</div>
<removal-confirmation-modal
[object]=
"domainToRemove"
[disableButton]=
"false"
(onConfirm)=
"softRemoveDomain(domainToRemove.id)"
<
nmaas-
removal-confirmation-modal
[object]=
"domainToRemove"
[disableButton]=
"false"
(onConfirm)=
"softRemoveDomain(domainToRemove.id)"
[header]=
"'DOMAIN_DETAILS.MODAL.HEADER'"
[description]=
"'DOMAIN_DETAILS.MODAL.DESCRIPTION'"
></removal-confirmation-modal>
[header]=
"'DOMAIN_DETAILS.MODAL.HEADER'"
[description]=
"'DOMAIN_DETAILS.MODAL.DESCRIPTION'"
></
nmaas-
removal-confirmation-modal>
This diff is collapsed.
Click to expand it.
src/app/appmarket/domains/list/domainslist.component.ts
+
1
−
3
View file @
029b03de
...
@@ -6,11 +6,9 @@ import {Component, OnInit, QueryList, ViewChild, ViewChildren} from '@angular/co
...
@@ -6,11 +6,9 @@ import {Component, OnInit, QueryList, ViewChild, ViewChildren} from '@angular/co
import
{
Observable
}
from
'
rxjs
'
;
import
{
Observable
}
from
'
rxjs
'
;
import
{
map
}
from
'
rxjs/operators
'
;
import
{
map
}
from
'
rxjs/operators
'
;
import
{
TranslateService
}
from
'
@ngx-translate/core
'
;
import
{
TranslateService
}
from
'
@ngx-translate/core
'
;
import
{
RemovalConfirmationModalComponent
}
from
"
../modals/removal-confirmation-modal/removal-confirmation-modal.component
"
;
import
{
ModalComponent
}
from
'
../../../shared
'
;
import
{
ModalComponent
}
from
'
../../../shared
'
;
import
{
SortableHeaderDirective
,
SortColumn
,
SortDirection
}
from
'
../../../service/sort-domain.directive
'
;
import
{
SortableHeaderDirective
,
SortColumn
,
SortDirection
}
from
'
../../../service/sort-domain.directive
'
;
import
{
RemovalConfirmationModalComponent
}
from
'
../modals/removal-confirmation-modal/removal-confirmation-modal.component
'
;
export
interface
SortEvent
{
export
interface
SortEvent
{
...
...
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