Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
web-et-numerique
Factory
Resin
Client
Merge requests
!192
feat/US24-close-structure-details
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat/US24-close-structure-details
feat/US24-close-structure-details
into
dev
Overview
2
Commits
2
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Marlène SIMONDANT
requested to merge
feat/US24-close-structure-details
into
dev
3 years ago
Overview
2
Commits
2
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
dev
version 2
a11dd73b
3 years ago
version 1
2faa0492
3 years ago
dev (base)
and
latest version
latest version
b7f81def
2 commits,
3 years ago
version 2
a11dd73b
2 commits,
3 years ago
version 1
2faa0492
1 commit,
3 years ago
2 files
+
30
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/app/structure-list/components/structure-details/structure-details.component.html
+
7
−
5
Options
<div
class=
"structrue-details-container"
*ngIf=
"structure && !isLoading"
>
<!-- Header info -->
<div
fxLayout=
"row"
fxLayoutAlign=
"end center"
>
<div
(click)=
"close()"
class=
"ico-close-details"
></div>
<div
fxLayout=
"space-between wrap-reverse"
class=
"sticky-title"
>
<div
fxLayout=
"column"
class=
"no-margin"
fxLayoutAlign=
"end end"
>
<h2
class=
"bold"
>
{{ structure.structureName }}
</h2>
</div>
<div
fxLayout=
"column"
fxLayoutAlign=
"start start"
class=
"ico-close"
>
<div
(click)=
"close()"
class=
"ico-close-details"
></div>
</div>
</div>
<div
fxLayout=
"row"
class=
"structure-details-block"
fxLayoutAlign=
"baseline baseline"
fxLayoutGap=
"8px"
>
<div
fxLayout=
"column"
fxLayoutGap=
"10px"
fxFlex=
"100%"
>
<div
fxLayout=
"column"
class=
"no-margin"
fxLayoutAlign=
"space-between start"
>
<h2
class=
"bold"
>
{{ structure.structureName }}
</h2>
</div>
<div
fxLayout=
"row"
fxLayoutAlign=
"space-between center"
>
<div
class=
"typeInformationHeader"
fxLayout=
"column"
>
<h3>
{{ structure.getLabelTypeStructure() }}
</h3>
Loading