Skip to content

Commit

Permalink
std sorting (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Mar 17, 2023
1 parent b081ea0 commit 293de66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h6 class="card-header bg-transparent">Request Statistics <span class="compare">
<mfDefaultSorter by="avgResponseTime">avg [{{ defaultUnit ? "ms" : "%" }}]</mfDefaultSorter>
</th>
<th scope="col" class="hd jtl-head-color" *ngIf="displayColumn(itemData.userSettings?.requestStats?.standardDeviation)">
<mfDefaultSorter by="avgResponseTime">std {{ defaultUnit ? "" : "[%]" }}</mfDefaultSorter>
<mfDefaultSorter by="standardDeviation">std {{ defaultUnit ? "" : "[%]" }}</mfDefaultSorter>
</th>
<th scope="col" class="hd jtl-head-color" *ngIf="displayColumn(itemData.userSettings?.requestStats?.min)">
<mfDefaultSorter by="minResponseTime">min [{{ defaultUnit ? "ms" : "%" }}]</mfDefaultSorter>
Expand Down

0 comments on commit 293de66

Please sign in to comment.