diff --git a/app/templates/audit_full_flowmap.html b/app/templates/audit_full_flowmap.html index e5e9c5b..c4ceef2 100644 --- a/app/templates/audit_full_flowmap.html +++ b/app/templates/audit_full_flowmap.html @@ -2,69 +2,262 @@ {% block title %}Carte flux{% endblock %} {% block content %} < Retour -
| Dir | -Source | -IP source | -Destination | -IP dest | -Port | -Process | -State | -Nb | +Dir | Source | Destination | +Port | Process | State |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ f.direction }} | {{ f.source_hostname }} | -{{ f.source_ip }} | -{{ f.dest_hostname or '-' }} | -{{ f.dest_ip }} | +{{ f.dest_hostname or f.dest_ip }} | {{ f.dest_port }} | {{ f.process_name }} | {{ f.state }} | -{{ f.cnt }} |