From 8eccedd44ea7435e3350d97be68ed7ecef683377 Mon Sep 17 00:00:00 2001 From: "backportbot-nextcloud[bot]" <45182681+backportbot-nextcloud[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:26:30 +0300 Subject: [PATCH] Fix warning(error) for `list unexpected unindent`. (#9940) Co-authored-by: Alexander Piskun --- developer_manual/digging_deeper/profiler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/digging_deeper/profiler.rst b/developer_manual/digging_deeper/profiler.rst index 7b71ebda4..7a0d4b0b0 100644 --- a/developer_manual/digging_deeper/profiler.rst +++ b/developer_manual/digging_deeper/profiler.rst @@ -49,13 +49,13 @@ the toolbar track the XHR requests created by the JavaScript frontend. You can hover on top of the toolbar information to show more detailed information and also click on the toolbar to show all the information collected. -There is for the moment 4 views: +There is for the moment 5 views: 1. The general request and response view 2. The database queries view 3. The event view 4. The LDAP queries view -4. The cache view +5. The cache view The General Request and Response View