From efd2e48f725f1e906e8031f4f3863e4ca4e79ef8 Mon Sep 17 00:00:00 2001 From: chove Date: Sat, 1 Oct 2005 17:38:49 +0200 Subject: [PATCH] pas grand chose darcs-hash:20051001153849-4ec08-9140aba3db73e88c7c95cc30d0c6cd4fdc669f74.gz --- wiki/macro/MonitStatus.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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