Skip to content

Commit

Permalink
Fixed Pipelines are showing wrong input and processed value (#379) (#446
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mjabascal10 authored Feb 14, 2024
1 parent b9ba6f2 commit 09566c1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ <h6 class="text-blue-800 d-flex justify-content-start w-100">
[alt]="pipeline.moduleName"
[src]="'/assets/img/guides/logos/' + getModuleSvg(pipeline.moduleName)">

<div class="d-flex justify-content-center align-items-end mt-2 w-100">
<div class="d-flex justify-content-start align-items-end mt-2 w-100">
<!--<span class="font-size-lg"><i
class="icon-database-insert mr-1"></i><strong>{{pipeline.events.in | thousandSuff}}</strong></span>
<span class="font-size-lg"><i
class="icon-database-refresh mr-1"></i><strong>{{pipeline.events.filtered | thousandSuff}}</strong></span>-->
<span class="font-size-lg">
<span class="mr-2 text-blue-800 font-weight-semibold">
{{ 'Processed events:'}}
<i class="text-blue-800 icon-database-export"></i></span>
<span class="text-blue-800 ml-1">
{{ 'Processed events:'}} <strong>{{pipeline.events.out | thousandSuff}}</strong>
</span>
<i class="icon-database-export mr-1"></i><strong>{{pipeline.events.out | thousandSuff}}</strong></span>
</div>

</div>
Expand Down

0 comments on commit 09566c1

Please sign in to comment.