Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
e70f4d88
Commit
e70f4d88
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #15155 TIME 0:10 fix action refactoring
parent
02eefdca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/actions/send-to-record-management-action/send-to-record-management.component.html
+6
-6
6 additions, 6 deletions
...anagement-action/send-to-record-management.component.html
with
6 additions
and
6 deletions
src/frontend/app/actions/send-to-record-management-action/send-to-record-management.component.html
+
6
−
6
View file @
e70f4d88
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<!-- Expanded Content Column - The detail row is made up of this one column that spans across all columns -->
<!-- Expanded Content Column - The detail row is made up of this one column that spans across all columns -->
<ng-container
matColumnDef=
"expandedDetail"
>
<ng-container
matColumnDef=
"expandedDetail"
>
<td
mat-cell
*matCellDef=
"let element"
[attr.colspan]=
"columnsToDisplay.length"
style=
"border-bottom: none;"
>
<td
mat-cell
*matCellDef=
"let element"
[attr.colspan]=
"columnsToDisplay.length"
style=
"border-bottom: none;
padding:0px;
"
>
<div
class=
"example-element-detail"
<div
class=
"example-element-detail"
[@
detailExpand]=
"element == archives ? 'expanded' : 'collapsed'"
>
[@
detailExpand]=
"element == archives ? 'expanded' : 'collapsed'"
>
<div
style=
"padding-bottom: 10px;"
>
<div
style=
"padding-bottom: 10px;"
>
...
@@ -123,16 +123,16 @@
...
@@ -123,16 +123,16 @@
</span>
</span>
</div>
</div>
<div
style=
"max-height: 150px;overflow: auto;width: 100%;display: grid;grid-template-columns: auto
1fr
auto;grid-gap:10px;font-size: 90%;padding-left: 20px;"
>
<div
style=
"max-height: 150px;overflow: auto;width: 100%;display: grid;grid-template-columns: auto auto
1fr
;grid-gap:10px;font-size: 90%;padding-left:
20px;padding-right:
20px;"
>
<ng-container
*ngFor=
"let archive of element.archives;let i=index;"
>
<ng-container
*ngFor=
"let archive of element.archives;let i=index;"
>
<div
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);color:#666"
[title]=
"archive.otherInfo"
>
{{archive.otherInfo}}
</div>
<div
color=
"primary"
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
>
<div
color=
"primary"
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
>
{{'lang.' + archive.type | translate}}
{{'lang.' + archive.type | translate}}
</div>
</div>
<div
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
[title]=
"archive.label"
>
<div
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
[title]=
"archive.label"
>
{{archive.label | shorten : 50:'...'}}
{{archive.label}}
</div>
<div
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
[title]=
"archive.otherInfo"
>
{{archive.otherInfo}}
</div>
</div>
</ng-container>
</ng-container>
</div>
</div>
...
...
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