Skip to content

Commit 2fe2e0c

Browse files
author
Olivier Briat
committed
Reword note about extended Web UI
1 parent 87c37be commit 2fe2e0c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/extending-locust.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ to the Flask app instance and use that to set up a new route::
110110
return "Another page"
111111

112112
You should now be able to start locust and browse to http://127.0.0.1:8089/added_page
113-
⚠ At the moment Locust does not show the corresponding menu entry on the default root path "/",
114-
however the menu entry appears properly if using the newly created path.
113+
114+
.. note::
115+
116+
Please note that at the moment Locust does not show the extended Web UI under the default root path `"/"`.
117+
To view your extensions, navigate to the newly added web route. In this example, `"/added_page"`.
115118

116119

117120
Extending Web UI

0 commit comments

Comments
 (0)