mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Correct an issue introduced in latest commit
This commit is contained in:
parent
14350c5f4c
commit
d751c0521d
@ -735,7 +735,7 @@ class _GlancesCurses(object):
|
||||
|
||||
for p in self._left_sidebar:
|
||||
if ((hasattr(self.args, 'enable_' + p) or
|
||||
hasattr(self.args, 'disable_' + p)) and s in stat_display):
|
||||
hasattr(self.args, 'disable_' + p)) and p in stat_display):
|
||||
self.new_line()
|
||||
self.display_plugin(stat_display[p])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user