{% extends "fmd_dashboard/graph-details.html" %} {% block form_content %} {% endblock %} {% block graph_content %} {% if graph %}
{{ graph|safe }}
{% else %}

No data available.

{% endif %} {{ pagination.info }} {{ pagination.links }} {% for row in table %}
Request url: {{ row.request_url }}
Request time: {{ row.time }}
Request Headers
Request Environment
{{ row.request_headers }}
{{ row.request_environment }}
CPU Percent: {{ row.cpu_percent }}
Memory: {{ row.memory }}
Stack Trace
{{ row.stacktrace|safe }}

{% endfor %} {{ pagination.info }} {{ pagination.links }} {% endblock %}