diff --git a/gestion/whos.py b/gestion/whos.py index 6a7f0843..84c835af 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -598,7 +598,7 @@ def machine_details(machine) : f+= "%s " % machine.nom() if machine.rid() != '': - f+= coul(u'rid=%s '% machine.rid(), 'rouge') + f+= coul(u'rid=%s '% machine.rid(), 'bleu') f+= "\n"