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
02eefdca
Commit
02eefdca
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #15155 TIME 0:10 fix action refactoring
parent
aa8c29f0
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
+4
-1
4 additions, 1 deletion
...anagement-action/send-to-record-management.component.html
with
4 additions
and
1 deletion
src/frontend/app/actions/send-to-record-management-action/send-to-record-management.component.html
+
4
−
1
View file @
02eefdca
...
...
@@ -123,7 +123,7 @@
</span>
</div>
<div
style=
"max-height: 150px;overflow: auto;width: 100%;display: grid;grid-template-columns: auto 1fr;grid-gap:10px;font-size: 90%;padding-left: 20px;"
>
<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;"
>
<ng-container
*ngFor=
"let archive of element.archives;let i=index;"
>
<div
color=
"primary"
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
>
{{'lang.' + archive.type | translate}}
...
...
@@ -131,6 +131,9 @@
<div
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
[title]=
"archive.label"
>
{{archive.label | shorten : 50:'...'}}
</div>
<div
style=
"border-bottom: solid 1px rgba(0,0,0,0.12);"
[title]=
"archive.otherInfo"
>
{{archive.otherInfo}}
</div>
</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