From dc3efd081ebe5aa61c3000b0875f0c9633ebed43 Mon Sep 17 00:00:00 2001 From: Khalid MOUTAOUAKIL Date: Mon, 6 Apr 2026 18:18:44 +0200 Subject: [PATCH] Fix sidebar Complet/Patching actif, domaines cliquables dans patching Co-Authored-By: Claude Opus 4.6 (1M context) --- app/templates/audit_full_patching.html | 8 ++++---- app/templates/base.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/audit_full_patching.html b/app/templates/audit_full_patching.html index c4c1e3f..83c6b8d 100644 --- a/app/templates/audit_full_patching.html +++ b/app/templates/audit_full_patching.html @@ -57,10 +57,10 @@ {% set dp = (d.patched / d.total * 100)|int if d.total > 0 else 0 %} {{ d.domain }} - {{ d.total }} - {{ d.patched }} - {{ d.twice }} - {{ d.never }} + {{ d.total }} + {{ d.patched }} + {{ d.twice }} + {{ d.never }}
diff --git a/app/templates/base.html b/app/templates/base.html index 1f71eb7..fe62471 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -63,7 +63,7 @@ {% if p.planning %}Planning{% endif %} {% if p.audit %}Audit{% endif %} {% if p.audit in ('edit', 'admin') %}Spécifique{% endif %} - {% if p.audit %}Complet{% endif %} + {% if p.audit %}Complet{% endif %} {% if p.audit %}Patching{% endif %} {% if p.servers %}Contacts{% endif %} {% if p.users %}Utilisateurs{% endif %}