Skip to content

Commit

Permalink
Containers status not have to be colorized
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 8, 2023
1 parent f0ffd10 commit 5e7cb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glances/plugins/glances_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def msg_curse(self, args=None, max_width=None):
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'])
Expand Down

0 comments on commit 5e7cb1d

Please sign in to comment.