mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
Containers status not have to be colorized
This commit is contained in:
parent
f0ffd10392
commit
5e7cb1d0ab
@ -316,7 +316,7 @@ class Plugin(GlancesPlugin):
|
||||
msg = '{:>10}'.format(container['Uptime'])
|
||||
else:
|
||||
msg = '{:>10}'.format('_')
|
||||
ret.append(self.curse_add_line(msg, status))
|
||||
ret.append(self.curse_add_line(msg))
|
||||
# CPU
|
||||
try:
|
||||
msg = '{:>6.1f}'.format(container['cpu']['total'])
|
||||
|
Loading…
Reference in New Issue
Block a user