提交 7db5ab26 编写于 作者: N nicolargo

Solve issue: Process list header not decorating when sorting by command #551

上级 3992ff07
......@@ -411,7 +411,7 @@ class Plugin(GlancesPlugin):
msg = '{0:>6}'.format('IOW/s')
ret.append(self.curse_add_line(msg, sort_style if process_sort_key == 'io_counters' else 'DEFAULT', optional=True, additional=True))
msg = ' {0:8}'.format('Command')
ret.append(self.curse_add_line(msg))
ret.append(self.curse_add_line(msg, sort_style if process_sort_key == 'name' else 'DEFAULT'))
if glances_processes.is_tree_enabled():
ret.extend(self.get_process_tree_curses_data(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册