Monitor list: change message property

pull/354/head
Nicolargo 2014-04-27 11:11:57 +02:00
parent 254192e4de
commit 47b3f5d833
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Plugin(GlancesPlugin):
msg = "{0:13} ".format(_("RUNNING") if m['count'] >= 1 else _("NOT RUNNING"))
ret.append(self.curse_add_line(msg))
msg = "{0}".format(m['result'] if m['count'] >= 1 else "")
ret.append(self.curse_add_line(msg))
ret.append(self.curse_add_line(msg, optional=True, splittable=True))
ret.append(self.curse_new_line())
# Delete the last empty line