Skip to content

Commit

Permalink
Make UI column headings consistent (#963)
Browse files Browse the repository at this point in the history
Made UI column headings consistent
  • Loading branch information
cgoldberg committed Feb 16, 2019
1 parent a9faa5c commit 87a9aa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locust/templates/index.html
Expand Up @@ -104,14 +104,14 @@ <h2>Change the locust count</h2>
<tr>
<th class="stats_label" href="#" data-sortkey="method">Type</th>
<th class="stats_label" href="#" data-sortkey="name">Name</th>
<th class="stats_label numeric" href="#" data-sortkey="num_requests" title="Number of successful requests"># requests</th>
<th class="stats_label numeric" href="#" data-sortkey="num_failures" title="Number of failures"># fails</th>
<th class="stats_label numeric" href="#" data-sortkey="num_requests" title="Number of successful requests"># Requests</th>
<th class="stats_label numeric" href="#" data-sortkey="num_failures" title="Number of failures"># Fails</th>
<th class="stats_label numeric" href="#" data-sortkey="median_response_time" title="Median response time">Median (ms)</th>
<th class="stats_label numeric" href="#" data-sortkey="avg_response_time" title="Average response time">Average (ms)</th>
<th class="stats_label numeric" href="#" data-sortkey="min_response_time" title="Min response time">Min (ms)</th>
<th class="stats_label numeric" href="#" data-sortkey="max_response_time" title="Max response time">Max (ms)</th>
<th class="stats_label numeric" href="#" data-sortkey="avg_content_length" title="Average response size">Content Size (bytes)</th>
<th class="stats_label numeric" href="#" data-sortkey="current_rps" title="Current number of requests per second"># reqs/sec</th>
<th class="stats_label numeric" href="#" data-sortkey="avg_content_length" title="Average response size">Average size (bytes)</th>
<th class="stats_label numeric" href="#" data-sortkey="current_rps" title="Current number of requests per second">Current RPS</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 87a9aa1

Please sign in to comment.