Skip to content
Snippets Groups Projects
Commit 02eefdca authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15155 TIME 0:10 fix action refactoring

parent aa8c29f0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment