diff --git a/gestion/whos.py b/gestion/whos.py index 2ba37a0f..af401e48 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -131,6 +131,7 @@ def adhers_brief(adhers) : for machine in a.machines() : nom = machine.nom().split('.')[0] if machine.blacklist_actif() : k = 'rouge' + elif machine.ipsec() : k = 'cyan' else : k= '' if machines : machines += ', ' + coul(nom,k) else : machines = coul(nom,k)