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
338a8308
Commit
338a8308
authored
10 months ago
by
Joanna Kaźmierczak
Committed by
kbeyro
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
9bbcc2d4
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!41
Revert "Merge branch '221-improve-sorting-in-the-application-list-view' into 'release/1.6.4'"
,
!39
release/1.6.4 into develop
,
!37
Revert "Merge branch '221-improve-sorting-in-the-application-list-view' into 'release/1.6.4'"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/shared/applications/applications.component.ts
+2
-2
2 additions, 2 deletions
src/app/shared/applications/applications.component.ts
with
2 additions
and
2 deletions
src/app/shared/applications/applications.component.ts
+
2
−
2
View file @
338a8308
...
@@ -76,7 +76,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
...
@@ -76,7 +76,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
this
.
popStats
=
data
;
this
.
popStats
=
data
;
}
}
)
)
this
.
onSort
()
}
}
ngOnChanges
(
changes
:
SimpleChanges
)
{
ngOnChanges
(
changes
:
SimpleChanges
)
{
...
@@ -110,7 +110,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
...
@@ -110,7 +110,7 @@ export class ApplicationsViewComponent implements OnInit, OnChanges {
}
}
this
.
applications
=
applications
;
this
.
applications
=
applications
;
this
.
doSearch
()
}
}
protected
updateSelected
()
{
protected
updateSelected
()
{
...
...
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