{% extends "_layout.html" %} {%- import '_macros_site.html' as macros_site with context -%} {% block content %} {{ macros_site.report_header(item, macros_page.render_menu_actions(item), _('Report detail')) }}
| {%- endif %} |
|---|
|
{%- if not item.is_old_type() -%}
{%- set section_url, exact = section_event_search_url(data, item, section_name, key) -%}
{{ get_icon("module-events") }} {{ _("Search events") }}
{%- endif -%}
|
{%- endif %}
| {{ _("Approximated connection count") }}: | {{ data["approx_conn_count"] }} |
| {{ _("Flow count") }}: | {{ data["flow_count"] }} |
| {{ _("Packet count") }}: | {{ data["packet_count"] }} |
| {{ _("Byte count") }}: | {{ data["byte_count"] }} |
| {{ _("Hostname") }}: | {{ data["source"]["hostname"] | sort | join(", ") }} |
| {{ _("Protocol") }}: | {{ (data["source"]["proto"] + data["target"]["proto"]) | unique | sort | join(", ") }} |
| {{ _("Port") }}: | {{ (data["source"]["port"] + data["target"]["port"]) | unique | sort | join(", ") }} |
{{ _("Additional information is not available for this source.") }}
{%- endif -%} {%- endmacro -%} {%- macro render_feedback_form(id, key, section_data, type, section_name, is_target) -%}