Nouvelle correction
darcs-hash:20050309212944-d1718-02a7502b46cf2f4e563c9b004f858d0f75a3ba29.gz
This commit is contained in:
parent
c833d678b9
commit
abb6d25e47
1 changed files with 4 additions and 2 deletions
|
@ -458,6 +458,8 @@ def machine_details(machine) :
|
|||
res = base.search("mac=%s" % client)['machine']
|
||||
if not res:
|
||||
client_nom = '????'
|
||||
coul_rssi = 'rouge'
|
||||
rssi = 0
|
||||
else:
|
||||
client_nom = ", ".join(["%s [%s]" % (x.nom(), x.proprietaire().Nom()) for x in res])
|
||||
# On va choisir la bonne couleur pour le RSSI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue