mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
Added functionality in curses i/f
This commit is contained in:
parent
1eb9187908
commit
e5e4068231
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user