diff --git a/locust/static/style.css b/locust/static/style.css index e6d92fddc9..9667991d9f 100644 --- a/locust/static/style.css +++ b/locust/static/style.css @@ -234,7 +234,7 @@ a:hover { .running .start, .hatching .start {display: none;} .ready .edit {display: none;} -.ready .start {display: block;} +.ready .start {display: inline;} .running .status, .hatching .status {display: block;} .stopped .status {display: block;} diff --git a/locust/templates/index.html b/locust/templates/index.html index 2fe4211dbf..5a34312db7 100644 --- a/locust/templates/index.html +++ b/locust/templates/index.html @@ -45,9 +45,13 @@