Bug
darcs-hash:20061201120217-c3cc4-d3ba393bd8f3943bbe9a3195500509c4b79342ac.gz
This commit is contained in:
parent
365f9aa5d4
commit
32ce58b273
1 changed files with 2 additions and 1 deletions
|
@ -572,6 +572,7 @@ def machine_details(machine) :
|
||||||
authentification=""
|
authentification=""
|
||||||
if not res:
|
if not res:
|
||||||
client_nom = '????'
|
client_nom = '????'
|
||||||
|
client_chbre = '????'
|
||||||
else:
|
else:
|
||||||
client_nom = ", ".join(["%s [%s]" % (x.nom().split(".")[0],
|
client_nom = ", ".join(["%s [%s]" % (x.nom().split(".")[0],
|
||||||
x.proprietaire().Nom()) for x in res])
|
x.proprietaire().Nom()) for x in res])
|
||||||
|
@ -590,7 +591,7 @@ def machine_details(machine) :
|
||||||
coul_rssi = 'jaune'
|
coul_rssi = 'jaune'
|
||||||
else:
|
else:
|
||||||
coul_rssi = 'rouge'
|
coul_rssi = 'rouge'
|
||||||
f += u' %s (%s %s) (RSSI: %s%s)\n' % (client, client_nom, client_chbre,
|
f += u' %s (%s Chbre : %s) (RSSI: %s%s)\n' % (client, client_nom, client_chbre,
|
||||||
coul("%d" % rssi, coul_rssi),
|
coul("%d" % rssi, coul_rssi),
|
||||||
authentification)
|
authentification)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue