{% extends 'traffic/reporter/now/domains/domain/index.html' %} {% block subtab_content %} {% block table_desc %}{% endblock %}
# | {% block requestor_th %}{% endblock %} | Download | Download (%) | Upload | Upload (%) | Requests | Requests (%) | Forwarded | Blocked | Adapted | Skipped | Offensive | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {% if row.ws_verdict_block > 0 %} {% elif row.ws_offensive > 0 %} {% else %} {% endif %} | 0 %} style="color: red;" {% elif row.ws_offensive > 0 %} style="color: peru;" {% else %} {% endif %} >{% block requestor_value %}{%endblock%} | {{row.reply_size|filesizeformat}} | {{row.bandwidth_percent}} | {{row.request_size|filesizeformat}} | {{row.request_size_percent}} | {{row.request_url}} | {{row.requests_percent}} | {{row.ws_verdict_pass}} | 0 %}style="color:red;"{%endif%}>{{row.ws_verdict_block}} | {{row.ws_verdict_adapt}} | {{row.ws_verdict_skip}} | 0 %}style="color:peru;"{%endif%}>{{row.ws_offensive}} |
No items found. | |||||||||||||
Total | {{totals.total_reply_size|filesizeformat}} | {{totals.total_request_size|filesizeformat}} | {{totals.total_request_url}} | {{totals.total_ws_verdict_pass}} | {{totals.total_ws_verdict_block}} | {{totals.total_ws_verdict_adapt}} | {{totals.total_ws_verdict_skip}} | {{totals.total_ws_offensive}} |