Back to Ntopng

Traffic Report

httpdocs/templates/traffic_report.html

6.6866 B
Original Source

| {% for j in range(2, #report.series) do %} {% if j == 2 then %} {{report.series[j]}} | {% else %} {{report.series[j]}} | {% end %} {% end %} | --- | --- | | {{report.series[1]}} | {% for j in range(2, #report.series) do %} {{i18n('traffic')}} | {{i18n('duration')}} | {% end %} | --- | --- | --- | {% for i in range(report.rows) do %} | {% if i == report.rows then %} {{report.values[1][i]}} | {% else %} {% if report.values[1][i].highlighted then %}
{{report.values[1][i].time}} | {% else %}
{{report.values[1][i].time}} | {% end %} {% end %} {% for j in range(2, #report.values) do %} {% if i == report.rows then %} {{report.values[j][i].bytes}} | {{report.values[j][i].activity}} | {% else %} {{report.values[j][i].bytes}} | {{report.values[j][i].activity}} | {% end %} {% end %} {% end %}