提交 483c01d9 编写于 作者: N Nicolargo

Correct a minor bug. Nice CPU label displayed

上级 d5da594b
......@@ -128,7 +128,7 @@ class Plugin(GlancesPlugin):
# Nice CPU
if 'nice' in self.stats:
msg = ' {0:8}'.format(_("nice:"))
ret.append(self.curse_add_line(msg))
ret.append(self.curse_add_line(msg, optional=True))
msg = '{0:>6.1%}'.format(self.stats['nice'] / 100)
ret.append(self.curse_add_line(msg, optional=True))
# New line
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册