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 %}