diff --git a/locust/static/style.css b/locust/static/style.css index cd86bf16a2..2b71614aba 100644 --- a/locust/static/style.css +++ b/locust/static/style.css @@ -278,3 +278,14 @@ ul.tabs li a.current { padding: 30px; padding-top: 0px; } + +.hostname { + margin: 5px 10px 15px 5px; + float: right +} + +div.hostname > span { + font-weight: bold; + font-size: 1.2em; + color: #77c798; +} \ No newline at end of file diff --git a/locust/templates/index.html b/locust/templates/index.html index 627580041f..bba9f2b787 100644 --- a/locust/templates/index.html +++ b/locust/templates/index.html @@ -88,6 +88,7 @@