affichage des exemptations
darcs-hash:20050411200357-4ec08-8e44a3e65eb7acc6a5a26e809dfa9b9dd9568c00.gz
This commit is contained in:
parent
33a528ce23
commit
1dc4d739c3
1 changed files with 5 additions and 1 deletions
|
@ -490,6 +490,10 @@ def machine_details(machine) :
|
||||||
if machine.portUDPout() :
|
if machine.portUDPout() :
|
||||||
f += coul(u'Ports UDP ouvert machine->ext : ','gras') + machine.portUDPout() + '\n'
|
f += coul(u'Ports UDP ouvert machine->ext : ','gras') + machine.portUDPout() + '\n'
|
||||||
|
|
||||||
|
# Exemption d'upload
|
||||||
|
if machine.exempt() :
|
||||||
|
f += coul(u'Upload exempté vers : ','gras') + ', '.join(machine.exempt()) + '\n'
|
||||||
|
|
||||||
f += _blacklist(machine)
|
f += _blacklist(machine)
|
||||||
f += _info(machine)
|
f += _info(machine)
|
||||||
f += _hist(machine)
|
f += _hist(machine)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue