diff --git a/wiki/macro/MonitStatus.py b/wiki/macro/MonitStatus.py index 15f620b2..c830a30b 100644 --- a/wiki/macro/MonitStatus.py +++ b/wiki/macro/MonitStatus.py @@ -221,14 +221,7 @@ def execute(macro, filtre) : return FormatHosts(status, f) else : # aucun service off, on affiche OK - code = f.table(1) - 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 + return Cellule(u'Tous les services semblent opérationels.','yellow',f) elif filtre == 'all' : # tous les services