From: Thierry Parmentelat Date: Thu, 16 Apr 2015 11:46:36 +0000 (+0200) Subject: cosmetic IP pool sensing X-Git-Tag: tests-6.0-2~25 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=4e153372313733ec80c5f5ff727b716e8b98a3bb cosmetic IP pool sensing --- diff --git a/system/Substrate.py b/system/Substrate.py index a6d02e2..3eb57f8 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -145,8 +145,8 @@ class PoolItem: def char (self): if self.status == None: return '?' - elif self.status == 'busy': return '+' - elif self.status == 'free': return '-' + elif self.status == 'busy': return '*' + elif self.status == 'free': return '.' elif self.status == 'mine': return 'M' elif self.status == 'starting': return 'S'