diff --git a/docs/configuration.rst b/docs/configuration.rst index a5ebdf0ef2..1ce0247067 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -272,5 +272,5 @@ The list of statistics parameters that can be modified is: +-------------------------------------------+--------------------------------------------------------------------------------------+ | PERCENTILES_TO_CHART | List of response time percentiles in the screen of chart for UI | +-------------------------------------------+--------------------------------------------------------------------------------------+ -| PERCENTILES_TO_STATISTICS | List of response time percentiles in the screen of statistics for Web UI | +| PERCENTILES_TO_STATISTICS | List of response time percentiles in the screen of statistics for UI | +-------------------------------------------+--------------------------------------------------------------------------------------+ diff --git a/docs/developing-locust.rst b/docs/developing-locust.rst index 9a640e2c68..673660dded 100644 --- a/docs/developing-locust.rst +++ b/docs/developing-locust.rst @@ -90,7 +90,7 @@ Then the documentation should be build and available at ``docs/_build/index.html Making changes to Locust's Web UI ================================= -The modern Web UI is built using React and Typescript +The Web UI is built using React and Typescript Setup -----