We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c37be commit 2fe2e0cCopy full SHA for 2fe2e0c
docs/extending-locust.rst
@@ -110,8 +110,11 @@ to the Flask app instance and use that to set up a new route::
110
return "Another page"
111
112
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.
+
+.. 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"`.
118
119
120
Extending Web UI
0 commit comments