summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Zimmermann <monochromec@gmail.com>2023-10-29 14:53:15 +0100
committerChristoph Zimmermann <monochromec@gmail.com>2023-10-29 14:53:15 +0100
commite5e4068231ce867b661821b8b6fb28e754c38e8c (patch)
treefde65ca9b0ffd172dc5dddbdc0b01f1cae024e10
parent1eb9187908f7454624cd30f89279806e4a35e2e8 (diff)
Added functionality in curses i/f
-rw-r--r--glances/outputs/glances_curses.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py
index e078e9b1..7cbc5b8a 100644
--- a/glances/outputs/glances_curses.py
+++ b/glances/outputs/glances_curses.py
@@ -89,6 +89,7 @@ class _GlancesCurses(object):
# 'w' > Delete finished warning logs
'W': {'switch': 'disable_wifi'},
# 'x' > Delete finished warning and critical logs
+ 'Y': {'switch': 'enable_systemd'},
# 'z' > Enable or disable processes
# '+' > Increase the process nice level
# '-' > Decrease the process nice level
@@ -117,6 +118,7 @@ class _GlancesCurses(object):
'raid',
'smart',
'sensors',
+ 'systemd',
'now',
]
_left_sidebar_min_width = 23