Skip to content

Commit

Permalink
failures renamed to error count (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jun 28, 2023
1 parent 0da5057 commit d73184e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h6 class="card-header bg-transparent">Request Statistics <span class="compare">
</th>
<th scope="col" class="hd jtl-head-color"
*ngIf="displayColumn(itemData.userSettings?.requestStats?.failures, false)">
<mfDefaultSorter by="failures">failures</mfDefaultSorter>
<mfDefaultSorter by="failures">error count</mfDefaultSorter>
</th>
<th scope="col" class="hd jtl-head-color"
*ngIf="displayColumn(itemData.userSettings?.requestStats?.apdex, false)">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h6>Generate extra chart aggregations <i class="fas fa-flask"></i></h6>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="rs-failures"
formControlName="failures">
<label class="custom-control-label" for="rs-failures">Failures</label>
<label class="custom-control-label" for="rs-failures">Error count</label>
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="rs-apdex"
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

export const environment = {
production: false,
baseUrl: "http://localhost:5000/api"
baseUrl: "http://localhost:5050/api"
};

/*
Expand Down

0 comments on commit d73184e

Please sign in to comment.