From dc0f363840d1e01a3f991bbbac62703990ade548 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 16 Dec 2023 13:51:54 +0100 Subject: Correct Help plugin in the WebUI --- docker-compose/glances.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose/glances.conf') diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf index 9f91be17..f40eade9 100644 --- a/docker-compose/glances.conf +++ b/docker-compose/glances.conf @@ -23,7 +23,7 @@ history_size=1200 # Theme name for the Curses interface: black or white curse_theme=black # Limit the number of processes to display (for the WebUI) -max_processes_display=30 +max_processes_display=25 # Set the URL prefix (for the WebUI and the API) # Example: url_prefix=/glances/ => http://localhost/glances/ # The final / is mandatory -- cgit v1.2.3