pas grand chose
darcs-hash:20051001153849-4ec08-9140aba3db73e88c7c95cc30d0c6cd4fdc669f74.gz
This commit is contained in:
parent
5828242c09
commit
efd2e48f72
1 changed files with 1 additions and 8 deletions
|
@ -221,14 +221,7 @@ def execute(macro, filtre) :
|
||||||
return FormatHosts(status, f)
|
return FormatHosts(status, f)
|
||||||
else :
|
else :
|
||||||
# aucun service off, on affiche OK
|
# aucun service off, on affiche OK
|
||||||
code = f.table(1)
|
return Cellule(u'Tous les services semblent opérationels.','yellow',f)
|
||||||
code += f.table_row(1)
|
|
||||||
code += f.table_cell(1,{'style':'background-color:lime'})
|
|
||||||
code += f.text(u'Tous les services semblent opérationels')
|
|
||||||
code += f.table_cell(0)
|
|
||||||
code += f.table_row(0)
|
|
||||||
code += f.table(0)
|
|
||||||
return code
|
|
||||||
|
|
||||||
elif filtre == 'all' :
|
elif filtre == 'all' :
|
||||||
# tous les services
|
# tous les services
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue