From c1682b5c884d1dc7168399a4bf16d1d9f15ab111 Mon Sep 17 00:00:00 2001 From: Andrew Baldwin Date: Sun, 5 May 2024 19:43:19 -0400 Subject: [PATCH] Update docs --- docs/configuration.rst | 2 +- docs/developing-locust.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -----