diff --git a/app/templates/audit_full_detail.html b/app/templates/audit_full_detail.html index 0642de0..4d1d0c6 100644 --- a/app/templates/audit_full_detail.html +++ b/app/templates/audit_full_detail.html @@ -15,13 +15,13 @@ -
-
{{ services|length }}
Services
-
{{ processes|length }}
Process
-
{{ listen_ports|length }}
Ports
-
{{ connections|length }}
Connexions
-
{% if a.reboot_required %}Oui{% else %}Non{% endif %}
Reboot
-
{% if a.services_failed %}KO{% else %}OK{% endif %}
Failed svc
+
+
{{ services|length }}
Services
+
{{ processes|length }}
Process
+
{{ listen_ports|length }}
Ports
+
{{ connections|length }}
Connexions
+
{% if a.reboot_required %}Oui{% else %}Non{% endif %}
Reboot
+
{% if a.services_failed %}KO{% else %}OK{% endif %}
Failed svc