{% extends 'base.html' %} {% load base_extras inventory_extras %} {% block content %}

Probe {{ probe.name }} dashboard

{% for field, aggregation in aggregations.items %} {% if aggregation.type == "table" %}

{{ aggregation.label }}

{% for field_name, label in aggregation.columns %} {% endfor %} {% for field_name, label in aggregation.columns %} {% endfor %}
{{ label }}Event count
{% else %}

{{ aggregation.label }}

{% endif %} {% endfor %}
{% endblock %} {% block extrajs %} {% endblock %}