Skip to content

Commit

Permalink
fix warm median
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ligtenberg committed Feb 7, 2024
1 parent 88bb960 commit 048bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/src/app/components/report/report.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<app-graph *ngIf="coldGraphData$ | ngrxPush as graphData" [graphData]="graphData" dataType="cold"></app-graph>
</div>
<div class="warm-stats">
<app-median *ngIf="coldStartMedian$ | ngrxPush as median" [median]="median" title="Warm-start median"></app-median>
<app-median *ngIf="warmStartMedian$ | ngrxPush as median" [median]="median" title="Warm-start median"></app-median>
</div>
<div class="warm-diagram">
<app-graph *ngIf="warmGraphData$ | ngrxPush as graphData" [graphData]="graphData" dataType="warm"></app-graph>
Expand Down

0 comments on commit 048bd30

Please sign in to comment.