summaryrefslogtreecommitdiffstats
path: root/docker-compose
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-01-07 18:52:22 +0100
committernicolargo <nicolas@nicolargo.com>2024-01-07 18:52:22 +0100
commit309c45036fe1390ff3bf70a4f4540047d4c30b39 (patch)
treea1f4de9bda56ed2bde108531e2ebe38608bdefdc /docker-compose
parentfe52a56b6ade2fb046d649122d306f2db42c4e9b (diff)
Make the separator default behavor in UI (and add the option in the configuration file
Diffstat (limited to 'docker-compose')
-rw-r--r--docker-compose/glances.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose/glances.conf b/docker-compose/glances.conf
index f40eade9..91913ea8 100644
--- a/docker-compose/glances.conf
+++ b/docker-compose/glances.conf
@@ -22,6 +22,8 @@ history_size=1200
[outputs]
# Theme name for the Curses interface: black or white
curse_theme=black
+# Separator in the Curses and WebUI interface (between top and others plugins)
+separator=True
# Limit the number of processes to display (for the WebUI)
max_processes_display=25
# Set the URL prefix (for the WebUI and the API)