Skip to content

Commit

Permalink
Description shortened
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-lperezra committed Sep 6, 2024
1 parent e2a6d22 commit 25c0b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder-ui/src/app/analysis/analysis.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@for (row of analysis; track row){
<tr (click)="analysisSelected(row.Id, row.RawText)">
<td>{{row.Id}}</td>
<td>{{row.RawText | truncate:[150,'...']}}</td>
<td>{{row.RawText | truncate:[100,'...']}}</td>
<td>{{row.AnalysisDate}}</td>
</tr>
}
Expand Down

0 comments on commit 25c0b7f

Please sign in to comment.