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
Merge requests
!152
Release/1.9.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release/1.9.0
release/1.9.0
into
develop
Overview
0
Commits
38
Pipelines
2
Changes
118
Merged
Lukasz Lopatowski
requested to merge
release/1.9.0
into
develop
1 month ago
Overview
0
Commits
38
Pipelines
2
Changes
118
Expand
0
0
Merge request reports
Compare
develop
version 1
d6498b36
1 month ago
develop (base)
and
latest version
latest version
55aacdcf
38 commits,
1 month ago
version 1
d6498b36
37 commits,
1 month ago
118 files
+
3963
−
1546
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
118
Search (e.g. *.vue) (Ctrl+P)
src/app/appmarket/admin/clusters/details/clusterdetails.component.html
+
1
−
1
Options
<nmaas-clusterdetails
class=
"
col-sm-12 col-sm-12 col-md-12
"
[cluster]=
"cluster"
[error]=
"error"
[mode]=
"getCurrentMode()"
[allowedModes]=
"[ComponentMode.VIEW, ComponentMode.CREATE]"
></nmaas-clusterdetails>
<nmaas-clusterdetails
class=
""
[cluster]=
"cluster"
[error]=
"error"
[mode]=
"getCurrentMode()"
[allowedModes]=
"[ComponentMode.VIEW, ComponentMode.CREATE]"
></nmaas-clusterdetails>
Loading