Skip to content

Commit

Permalink
Merge pull request #1398 from jo19in1/master
Browse files Browse the repository at this point in the history
The format for providing host can be confusing at times
  • Loading branch information
cyberw authored May 30, 2020
2 parents d887b9f + 3f58f66 commit c218200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Start new Locust run</h2>
<label for="hatch_rate">Hatch rate <span style="color:#8a8a8a;">(users spawned/second)</span></label>
<input type="text" name="hatch_rate" id="hatch_rate" class="val" value="{{ hatch_rate or "" }}"/><br>
<label for="host">
Host
Host <span style="color:#8a8a8a;">(eg: http://www.example.com)</span>
{% if override_host_warning %}
<span style="color:#8a8a8a; font-size:12px;">(setting this will override the host on all User classes)</span></label>
{% endif %}
Expand Down

0 comments on commit c218200

Please sign in to comment.