Skip to content
Snippets Groups Projects
Verified Commit 5a5517f8 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #11203 TIME 0:20 fix visa circuit display

parent 8cfd932d
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@
<ng-container
*ngIf="data.value != 'getCategory' && data.value != 'getCreationAndProcessLimitDates'">
<span *ngIf="!data.value.includes('Date')" title="{{data.displayTitle}}"
[innerHTML]="data.displayValue | shorten: 30: '...'"></span>
[innerHTML]="data.displayValue"></span>
<span *ngIf="data.value.includes('Date')"
[innerHTML]="data.displayValue | timeAgo"></span>
</ng-container>
......
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