Aucune MAC dtecte : en jaune
darcs-hash:20041002124833-d1718-3b0212d89a147ef7ae54443da230334b3f6fe852.gz
This commit is contained in:
parent
0dbe8b5cf9
commit
1b031fd5f2
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ def prise_etat(chbre) :
|
|||
f+= ', ' + coul('prise en 10Mbps','jaune')
|
||||
f+=', '
|
||||
if len(macs) == 0:
|
||||
f += coul('aucune MAC détectée', 'rouge')
|
||||
f += coul('aucune MAC détectée', 'jaune')
|
||||
else:
|
||||
f += '\n\t\tMACs: %s' % ", ".join(macs[0:3])
|
||||
if len(macs) > 3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue